From 6f37d11e8c2cfdc25f2a1bb6d64765326e27fc58 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Thu, 5 Nov 2015 14:42:34 +0100 Subject: perl-DBD-Pg: 3.0.0 -> 3.5.3 --- pkgs/development/perl-modules/DBD-Pg/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/perl-modules/DBD-Pg/default.nix b/pkgs/development/perl-modules/DBD-Pg/default.nix index 6dbefa7111f..3cf6880050b 100644 --- a/pkgs/development/perl-modules/DBD-Pg/default.nix +++ b/pkgs/development/perl-modules/DBD-Pg/default.nix @@ -1,11 +1,11 @@ { stdenv, fetchurl, buildPerlPackage, DBI, postgresql }: buildPerlPackage rec { - name = "DBD-Pg-3.0.0"; + name = "DBD-Pg-3.5.3"; src = fetchurl { url = "mirror://cpan/authors/id/T/TU/TURNSTEP/${name}.tar.gz"; - sha256 = "10s1dhpxxqfl421388l6gzfdm1gzxf5iah42i1w6yji9mgkz8hf8"; + sha256 = "03m9w1cd0yyrbqwkwcl92j1cpmasmm69f3hwvcrlfsi5fnwsk63y"; }; buildInputs = [ postgresql ]; -- cgit 1.4.1