Merge pull request #164290 from r-ryantm/auto-update/xlockmore

xlockmore: 5.68 -> 5.69
This commit is contained in:
Pascal Wittmann 2022-03-15 22:42:30 +01:00 committed by GitHub
commit 6e3ee89576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "xlockmore";
version = "5.68";
version = "5.69";
src = fetchurl {
url = "http://sillycycle.com/xlock/xlockmore-${version}.tar.xz";
sha256 = "sha256-MHMf3LID8W61wcQ8BdQuRSrQ60VVyXxVVmpuyxh3zW4=";
sha256 = "sha256-6pJlTAASJoSHZaJRpzvLxHPM7xe3IcwY1TYfWdvW07k=";
curlOpts = "--user-agent 'Mozilla/5.0'";
};