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 94e1a2c + fc25b66 commit 13bb304Copy full SHA for 13bb304
pkgs/misc/screensavers/xlockmore/default.nix
@@ -3,11 +3,11 @@
3
4
stdenv.mkDerivation rec {
5
pname = "xlockmore";
6
- version = "5.78";
+ version = "5.80";
7
8
src = fetchurl {
9
url = "http://sillycycle.com/xlock/xlockmore-${version}.tar.xz";
10
- sha256 = "sha256-wMlnQiF4ejMFWJSOWe9EN91IPMgbAoXNReHgaovr+pE=";
+ sha256 = "sha256-UC12U2jTbYFOy3d/1DnHWXkLPdNNXuNfdIB/cbqkdiE=";
11
curlOpts = "--user-agent 'Mozilla/5.0'";
12
};
13
0 commit comments