cups: 2.4.13 -> 2.4.14

https://github.com/OpenPrinting/cups/releases/tag/v2.4.14
This commit is contained in:
Vladimír Čunát
2025-09-18 14:48:13 +02:00
parent 777c7d1b0e
commit 8990f766c3
+2 -2
View File
@@ -25,11 +25,11 @@
stdenv.mkDerivation rec {
pname = "cups";
version = "2.4.13";
version = "2.4.14";
src = fetchurl {
url = "https://github.com/OpenPrinting/cups/releases/download/v${version}/cups-${version}-source.tar.gz";
hash = "sha256-glXs8De+cmYN4kpzvK2gQvxb9Qn8h7yK0WzQZ1c1wag=";
hash = "sha256-ZgKIAg3W95yveZgRxMGjIHpIaJiZrCCTlZ1wo73Ldpk=";
};
outputs = [