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 512e76c + 5c69520 commit 58a2a2fCopy full SHA for 58a2a2f
pkgs/by-name/my/myks/package.nix
@@ -10,16 +10,16 @@
10
11
buildGoModule rec {
12
pname = "myks";
13
- version = "4.6.1";
+ version = "4.8.0";
14
15
src = fetchFromGitHub {
16
owner = "mykso";
17
repo = "myks";
18
tag = "v${version}";
19
- hash = "sha256-xHWiE0SCv5LbObAa4Ha/U1uTFe9z11nhpB/eMj5qYoA=";
+ hash = "sha256-B2arJ7m7q/vf1YcaYquhkBU3anekZAwRd1ZIvwvYnmM=";
20
};
21
22
- vendorHash = "sha256-tgshaSrh5o28uiSMF7sv4AP57xYkaHq6B8sQTrnteqQ=";
+ vendorHash = "sha256-/LpBb0wbK7OP8HmL2/uMVeilIs4P51Pf+sg23zbPqtI=";
23
24
subPackages = ".";
25
0 commit comments