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

xlockmore: 5.72 -> 5.73
This commit is contained in:
Weijia Wang 2023-11-04 00:49:16 +01:00 committed by GitHub
commit 715d9ebe7d
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.72";
version = "5.73";
src = fetchurl {
url = "http://sillycycle.com/xlock/xlockmore-${version}.tar.xz";
sha256 = "sha256-1RGXWWeuc1UHKs3M9rG/QU+KFr5QzMgHDxPmJGI+x3I=";
sha256 = "sha256-MOH85e5L/r99fXRq9Gf5awvIUh/NC1C4Vh/VtW3rh10=";
curlOpts = "--user-agent 'Mozilla/5.0'";
};