We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59f5eb7 + 1d121eb commit 3ee7aaaCopy full SHA for 3ee7aaa
1 file changed
pkgs/by-name/my/myks/package.nix
@@ -10,16 +10,16 @@
10
11
buildGoModule rec {
12
pname = "myks";
13
- version = "4.8.4";
+ version = "4.11.0";
14
15
src = fetchFromGitHub {
16
owner = "mykso";
17
repo = "myks";
18
tag = "v${version}";
19
- hash = "sha256-WMedmDw4AlM8XAwbnFBiNFHd9ocBJhXq8qVQTOm9aDI=";
+ hash = "sha256-NXb+7JEk5w1hq7ML6LQD1QXbnOqp+BJ9K+uqrwUsrDs=";
20
};
21
22
- vendorHash = "sha256-IZopDehj8y7I4EDkiWGod5bexj8vzIS7eLx22UscXOs=";
+ vendorHash = "sha256-iAihVBR63OcORNAW7szKPOMyc+X1X76u++j5HLHU35I=";
23
24
subPackages = ".";
25
0 commit comments