Skip to content

Commit 3ee7aaa

Browse files
myks: 4.8.4 -> 4.11.0 (#423628)
Co-authored-by: Zebradil <german.lashevich@gmail.com>
2 parents 59f5eb7 + 1d121eb commit 3ee7aaa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/my/myks/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
buildGoModule rec {
1212
pname = "myks";
13-
version = "4.8.4";
13+
version = "4.11.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "mykso";
1717
repo = "myks";
1818
tag = "v${version}";
19-
hash = "sha256-WMedmDw4AlM8XAwbnFBiNFHd9ocBJhXq8qVQTOm9aDI=";
19+
hash = "sha256-NXb+7JEk5w1hq7ML6LQD1QXbnOqp+BJ9K+uqrwUsrDs=";
2020
};
2121

22-
vendorHash = "sha256-IZopDehj8y7I4EDkiWGod5bexj8vzIS7eLx22UscXOs=";
22+
vendorHash = "sha256-iAihVBR63OcORNAW7szKPOMyc+X1X76u++j5HLHU35I=";
2323

2424
subPackages = ".";
2525

0 commit comments

Comments
 (0)