Skip to content

Commit

Permalink
myks: 4.2.6 -> 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 6, 2025
1 parent 3a4eefe commit 5d0690a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/my/myks/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

buildGoModule rec {
pname = "myks";
version = "4.2.6";
version = "4.3.0";

src = fetchFromGitHub {
owner = "mykso";
repo = "myks";
tag = "v${version}";
hash = "sha256-0kR1lluTRhDwpXhdUn4HJr5bYzJqnY1p77j/tiWyV68=";
hash = "sha256-r8OT5cbHicJVAVIJ9cfDHPLcJrZGPVYdZ42Sbvu8Jvc=";
};

vendorHash = "sha256-LmWuztR6X3x0aOYCqRv3aLiFEZQkaSnh3LT7IOu2Xa0=";
Expand Down

0 comments on commit 5d0690a

Please sign in to comment.