xlockmore: 5.78 → 5.80 (#348248)

This commit is contained in:
Peder Bergebakken Sundt 2024-10-21 01:49:01 +02:00 committed by GitHub
commit 13bb3040ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "xlockmore";
version = "5.78";
version = "5.80";
src = fetchurl {
url = "http://sillycycle.com/xlock/xlockmore-${version}.tar.xz";
sha256 = "sha256-wMlnQiF4ejMFWJSOWe9EN91IPMgbAoXNReHgaovr+pE=";
sha256 = "sha256-UC12U2jTbYFOy3d/1DnHWXkLPdNNXuNfdIB/cbqkdiE=";
curlOpts = "--user-agent 'Mozilla/5.0'";
};