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

xlockmore: 5.71 -> 5.72
This commit is contained in:
Weijia Wang 2023-07-18 10:30:25 +03:00 committed by GitHub
commit f2e7226efd
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.71";
version = "5.72";
src = fetchurl {
url = "http://sillycycle.com/xlock/xlockmore-${version}.tar.xz";
sha256 = "sha256-ARiy1LKDA8M1QmzWyoRLR3bktxrbHTRPLsCHtXYWwho=";
sha256 = "sha256-1RGXWWeuc1UHKs3M9rG/QU+KFr5QzMgHDxPmJGI+x3I=";
curlOpts = "--user-agent 'Mozilla/5.0'";
};