Skip to content

Commit bf1acb3

Browse files
committed
kshutdown: 5.92-beta -> 6.0
1 parent e6064cf commit bf1acb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ks/kshutdown/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "kshutdown";
12-
version = "5.92-beta";
12+
version = "6.0";
1313

1414
src = fetchurl {
1515
url = "mirror://sourceforge/project/kshutdown/KShutdown/${finalAttrs.version}/kshutdown-source-${finalAttrs.version}.zip";
16-
hash = "sha256-EYgb2jeUoLNSPFIzlicnrmsccGc1nvoE5iDVt9x83ns=";
16+
hash = "sha256-GXs0Cb1gtlPy8fxy3CJ10t97BENMWFsRJHij+104BLA=";
1717
name = "kshutdown-source-${finalAttrs.version}.zip";
1818
};
1919

0 commit comments

Comments
 (0)