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.
1 parent e6064cf commit bf1acb3Copy full SHA for bf1acb3
pkgs/by-name/ks/kshutdown/package.nix
@@ -9,11 +9,11 @@
9
10
stdenv.mkDerivation (finalAttrs: {
11
pname = "kshutdown";
12
- version = "5.92-beta";
+ version = "6.0";
13
14
src = fetchurl {
15
url = "mirror://sourceforge/project/kshutdown/KShutdown/${finalAttrs.version}/kshutdown-source-${finalAttrs.version}.zip";
16
- hash = "sha256-EYgb2jeUoLNSPFIzlicnrmsccGc1nvoE5iDVt9x83ns=";
+ hash = "sha256-GXs0Cb1gtlPy8fxy3CJ10t97BENMWFsRJHij+104BLA=";
17
name = "kshutdown-source-${finalAttrs.version}.zip";
18
};
19
0 commit comments