Unverified Commit fb7cc1a4 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

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 2386a5ec.
parents 5fbb4da8 e4a1b664
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];