Skip to content

Commit 13bb304

Browse files
authored
xlockmore: 5.78 → 5.80 (#348248)
2 parents 94e1a2c + fc25b66 commit 13bb304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/misc/screensavers/xlockmore/default.nix

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

44
stdenv.mkDerivation rec {
55
pname = "xlockmore";
6-
version = "5.78";
6+
version = "5.80";
77

88
src = fetchurl {
99
url = "http://sillycycle.com/xlock/xlockmore-${version}.tar.xz";
10-
sha256 = "sha256-wMlnQiF4ejMFWJSOWe9EN91IPMgbAoXNReHgaovr+pE=";
10+
sha256 = "sha256-UC12U2jTbYFOy3d/1DnHWXkLPdNNXuNfdIB/cbqkdiE=";
1111
curlOpts = "--user-agent 'Mozilla/5.0'";
1212
};
1313

0 commit comments

Comments
 (0)