xlockmore: 5.74 -> 5.75

This commit is contained in:
R. Ryantm 2024-02-14 04:23:38 +00:00
parent 35ff7e87ee
commit be68ea0fe8

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "xlockmore";
version = "5.74";
version = "5.75";
src = fetchurl {
url = "http://sillycycle.com/xlock/xlockmore-${version}.tar.xz";
sha256 = "sha256-SIre4GeovkMaWG4NR+9tfdhrMXaLSPBO5JLy8REWUYQ=";
sha256 = "sha256-ldDfx1w+RO2CjowSqTiS6JU28dtIr0+4thZon2hIBrg=";
curlOpts = "--user-agent 'Mozilla/5.0'";
};