xlockmore: 5.69 -> 5.70

This commit is contained in:
R. Ryantm 2022-08-02 07:17:15 +00:00
parent d2042f91c1
commit 650a88e301

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'";
};