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

xlockmore: 5.69 -> 5.70
This commit is contained in:
Pascal Wittmann 2022-08-10 07:18:13 +02:00 committed by GitHub
commit b32cb428a9
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.69";
version = "5.70";
src = fetchurl {
url = "http://sillycycle.com/xlock/xlockmore-${version}.tar.xz";
sha256 = "sha256-6pJlTAASJoSHZaJRpzvLxHPM7xe3IcwY1TYfWdvW07k=";
sha256 = "sha256-DzvLm4AkFs2Hu24WOjhD/qXX+tkP8Eg42hIsKSw9DaI=";
curlOpts = "--user-agent 'Mozilla/5.0'";
};