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

xlockmore: 5.67 -> 5.68
This commit is contained in:
Mario Rodas 2021-12-26 16:00:10 -05:00 committed by GitHub
commit 39484369ef
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.67";
version = "5.68";
src = fetchurl {
url = "http://sillycycle.com/xlock/xlockmore-${version}.tar.xz";
sha256 = "sha256-qGB+Fw4N9K+PcH07OPfOsNDhKHc9fhdeICCSaV9/I0w=";
sha256 = "sha256-MHMf3LID8W61wcQ8BdQuRSrQ60VVyXxVVmpuyxh3zW4=";
curlOpts = "--user-agent 'Mozilla/5.0'";
};