cups: 2.4.12 -> 2.4.13

This commit is contained in:
R. Ryantm
2025-09-11 16:06:23 +00:00
parent ce43b94ad4
commit 777c7d1b0e
+2 -2
View File
@@ -25,11 +25,11 @@
stdenv.mkDerivation rec {
pname = "cups";
version = "2.4.12";
version = "2.4.13";
src = fetchurl {
url = "https://github.com/OpenPrinting/cups/releases/download/v${version}/cups-${version}-source.tar.gz";
hash = "sha256-sd3hkaSuJ2DEciDILKYVWijDgnAebBoBWdEFSZAjHVk=";
hash = "sha256-glXs8De+cmYN4kpzvK2gQvxb9Qn8h7yK0WzQZ1c1wag=";
};
outputs = [