Skip to content

Commit 58a2a2f

Browse files
myks: 4.6.1 -> 4.8.0 (#397216)
Co-authored-by: Zebradil <[email protected]>
2 parents 512e76c + 5c69520 commit 58a2a2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.6.1";
13+
version = "4.8.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "mykso";
1717
repo = "myks";
1818
tag = "v${version}";
19-
hash = "sha256-xHWiE0SCv5LbObAa4Ha/U1uTFe9z11nhpB/eMj5qYoA=";
19+
hash = "sha256-B2arJ7m7q/vf1YcaYquhkBU3anekZAwRd1ZIvwvYnmM=";
2020
};
2121

22-
vendorHash = "sha256-tgshaSrh5o28uiSMF7sv4AP57xYkaHq6B8sQTrnteqQ=";
22+
vendorHash = "sha256-/LpBb0wbK7OP8HmL2/uMVeilIs4P51Pf+sg23zbPqtI=";
2323

2424
subPackages = ".";
2525

0 commit comments

Comments
 (0)