Skip to content

Commit 5cb03b9

Browse files
committedJun 4, 2017
xlockmore: 5.53 -> 5.54
1 parent f39a047 commit 5cb03b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/misc/screensavers/xlockmore/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
stdenv.mkDerivation rec {
55

6-
name = "xlockmore-5.53";
6+
name = "xlockmore-5.54";
77
src = fetchurl {
88
url = "http://sillycycle.com/xlock/${name}.tar.xz";
9-
sha256 = "0rs9vc22xgk9gi88ifimdyrhqfjgs2jybwr9kvklg5qx7ff6aws9";
9+
sha256 = "0mdgl20619iii1i04pj2dq29nwvasbngy48cvd819h0wfawsqkwz";
1010
curlOpts = "--user-agent 'Mozilla/5.0'";
1111
};
1212

0 commit comments

Comments
 (0)
Please sign in to comment.