Skip to content

Commit

Permalink
gutenprint: 5.2.11 -> 5.2.13
Browse files Browse the repository at this point in the history
(cherry picked from commit 30f96ed)
  • Loading branch information
Moredread authored and FRidh committed Aug 2, 2017
1 parent 5eb78b6 commit d956601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/misc/drivers/gutenprint/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
}:

stdenv.mkDerivation rec {
name = "gutenprint-5.2.11";
name = "gutenprint-5.2.13";

src = fetchurl {
url = "mirror://sourceforge/gimp-print/${name}.tar.bz2";
sha256 = "1yadw96rgp1z0jv1wxrz6cds36nb693w3xlv596xw9r5w394r8y1";
sha256 = "0hi7s0y59306p4kp06sankfa57k2805khbknkvl9d036hdfp9afr";
};

nativeBuildInputs = [ makeWrapper pkgconfig ];
Expand Down

0 comments on commit d956601

Please sign in to comment.