mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
xlockmore: 5.60 -> 5.61
This commit is contained in:
parent
f79e10061f
commit
84fa8c2583
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
, libXdmcp, libXt }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "xlockmore-5.60";
|
||||
name = "xlockmore-5.61";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://sillycycle.com/xlock/${name}.tar.xz";
|
||||
sha256 = "16v7y9g42a4g2dlhj5qfcax9ydg814zfxb8c9yj69c6kl51xdh79";
|
||||
sha256 = "012wsfcphahwwylyfk9c848nwj1v08hpnja2yfs0j8pnq7milnva";
|
||||
curlOpts = "--user-agent 'Mozilla/5.0'";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue