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

xlockmore: 5.66 -> 5.67
This commit is contained in:
Jörg Thalheim 2021-09-07 03:50:42 +01:00 committed by GitHub
commit 5cb6896e00
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.66";
version = "5.67";
src = fetchurl {
url = "http://sillycycle.com/xlock/xlockmore-${version}.tar.xz";
sha256 = "sha256-WXalw2YoKNFFIskOBvKN3PyOV3iP3gjri3pw6e87q3E=";
sha256 = "sha256-qGB+Fw4N9K+PcH07OPfOsNDhKHc9fhdeICCSaV9/I0w=";
curlOpts = "--user-agent 'Mozilla/5.0'";
};