mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 17:58:03 +00:00
Merge pull request #296055 from r-ryantm/auto-update/xlockmore
xlockmore: 5.75 -> 5.76
This commit is contained in:
commit
c14d709988
@ -3,11 +3,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "xlockmore";
|
||||
version = "5.75";
|
||||
version = "5.76";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://sillycycle.com/xlock/xlockmore-${version}.tar.xz";
|
||||
sha256 = "sha256-ldDfx1w+RO2CjowSqTiS6JU28dtIr0+4thZon2hIBrg=";
|
||||
sha256 = "sha256-gnn7crvjflmW05+J8EIg0pbK11IGlXz/EbCqc7gFvfM=";
|
||||
curlOpts = "--user-agent 'Mozilla/5.0'";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user