Merge pull request #308177 from r-ryantm/auto-update/xlockmore
xlockmore: 5.76 -> 5.77
This commit is contained in:
commit
51f0aa6a5a
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xlockmore";
|
pname = "xlockmore";
|
||||||
version = "5.76";
|
version = "5.77";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://sillycycle.com/xlock/xlockmore-${version}.tar.xz";
|
url = "http://sillycycle.com/xlock/xlockmore-${version}.tar.xz";
|
||||||
sha256 = "sha256-gnn7crvjflmW05+J8EIg0pbK11IGlXz/EbCqc7gFvfM=";
|
sha256 = "sha256-UrfEE+c3hPxYFcc78SOPWiBd7rt4F6jBnnq/Pvb8LDY=";
|
||||||
curlOpts = "--user-agent 'Mozilla/5.0'";
|
curlOpts = "--user-agent 'Mozilla/5.0'";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue