cups: 2.4.16 -> 2.4.19
https://github.com/OpenPrinting/cups/releases/tag/v2.4.17 (8 CVEs) https://github.com/OpenPrinting/cups/releases/tag/v2.4.18 https://github.com/OpenPrinting/cups/releases/tag/v2.4.19
This commit is contained in:
@@ -25,11 +25,11 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "cups";
|
||||
version = "2.4.16";
|
||||
version = "2.4.19";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/OpenPrinting/cups/releases/download/v${finalAttrs.version}/cups-${finalAttrs.version}-source.tar.gz";
|
||||
hash = "sha256-AzlYcgS0+UKN0FkuswHewL+epuqNzl2WkNVr5YWrqS0=";
|
||||
hash = "sha256-ggmEsSpn+YcFeFquLdE0f+CsCXgoAB1Fg/9kV0rtY4k=";
|
||||
};
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
Reference in New Issue
Block a user