Skip to content

Commit

Permalink
myks: 4.2.3 -> 4.2.4 (#354546)
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir authored Nov 8, 2024
2 parents bdac466 + e6e2bff commit 79def3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/my/myks/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

buildGoModule rec {
pname = "myks";
version = "4.2.3";
version = "4.2.4";

src = fetchFromGitHub {
owner = "mykso";
repo = "myks";
rev = "refs/tags/v${version}";
hash = "sha256-sf+X+qafR0kpJTNIYoLr8q6stm+DgiD/yhVRyBRPA/s=";
hash = "sha256-RgVlr+POF5IUei/Rf5mHrjkw0wE5BjU3xwm1Ai1Pemw=";
};

vendorHash = "sha256-aWXU2UG4/U8g4dgspjyIfTT2J++WoJlLHAo6K3CSLxc=";
vendorHash = "sha256-CE5sT7zXN4ZhIIODOUwqrD0GOvnSVvkMcgLbBmJocKo=";

subPackages = ".";

Expand Down

0 comments on commit 79def3b

Please sign in to comment.