cups: 2.4.11 -> 2.4.12

This commit is contained in:
James Ward
2025-06-16 13:59:12 +02:00
committed by Sandro Jäckel
parent af17f1e57c
commit 9b71cd5612
+2 -2
View File
@@ -25,11 +25,11 @@
stdenv.mkDerivation rec {
pname = "cups";
version = "2.4.11";
version = "2.4.12";
src = fetchurl {
url = "https://github.com/OpenPrinting/cups/releases/download/v${version}/cups-${version}-source.tar.gz";
hash = "sha256-moj+HaOimpF8P8Z85usxeDmdaOGlSMbYbHDZsTZR/XE=";
hash = "sha256-sd3hkaSuJ2DEciDILKYVWijDgnAebBoBWdEFSZAjHVk=";
};
outputs = [