Merge #240840: cups: 2.4.5 -> 2.4.6

...into staging-next, i.e. this will come to nixpkgs master earlier
than the first merge of the PR in commit 2386a5ec6e.
This commit is contained in:
Vladimír Čunát 2023-07-10 08:50:52 +02:00
commit fb7cc1a4e7
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -23,11 +23,11 @@
stdenv.mkDerivation rec {
pname = "cups";
version = "2.4.5";
version = "2.4.6";
src = fetchurl {
url = "https://github.com/OpenPrinting/cups/releases/download/v${version}/cups-${version}-source.tar.gz";
sha256 = "sha256-mkBN5V90UlsKaFHfDP3r+hIVrsDnwve+a5sJtpFvsAA=";
sha256 = "sha256-WOlwzxlV4cyH0IR8MlJtnCzO4zXl8OOIKygxOLoOcmI=";
};
outputs = [ "out" "lib" "dev" "man" ];