xlockmore: 5.78 → 5.80

This commit is contained in:
Samuel Tardieu 2024-10-13 14:05:10 +02:00
parent ad77064254
commit fc25b66dce

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