summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-10-17 02:28:58 +0100
committerGitHub <noreply@github.com>2017-10-17 02:28:58 +0100
commit39598617f2461442a58aa7b353996a64bf49831a (patch)
treee5a0a9919353b09aa4da49e570307f5fbd6bcabe /pkgs/top-level
parent9e3771c20de64c72419b2b3630db4158b55a4d4a (diff)
parentef39873f0fe1ad3b1e90bb25378eefed50e93236 (diff)
downloadnixlib-39598617f2461442a58aa7b353996a64bf49831a.tar
nixlib-39598617f2461442a58aa7b353996a64bf49831a.tar.gz
nixlib-39598617f2461442a58aa7b353996a64bf49831a.tar.bz2
nixlib-39598617f2461442a58aa7b353996a64bf49831a.tar.lz
nixlib-39598617f2461442a58aa7b353996a64bf49831a.tar.xz
nixlib-39598617f2461442a58aa7b353996a64bf49831a.tar.zst
nixlib-39598617f2461442a58aa7b353996a64bf49831a.zip
Merge pull request #30469 from efx/bump-sqitch
sqitch-pg: 0.9994 -> 0.9996
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/perl-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 9dfd5a06883b..69c89c2529d3 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -309,11 +309,11 @@ let self = _self // overrides; _self = with self; {
   };
 
   AppSqitch = buildPerlModule rec {
-    version = "0.9994";
+    version = "0.9996";
     name = "App-Sqitch-${version}";
     src = fetchurl {
       url = "mirror://cpan/authors/id/D/DW/DWHEELER/${name}.tar.gz";
-      sha256 = "0in602z40s50fdlmws4g0a1pb8p7yn0wx8jgsacz26a4i1q7gpi4";
+      sha256 = "864edde554e7cd6578e8fe2a4c17ea8eda82da878cdfd00fd9fb3c53f696fc1e";
     };
     buildInputs = [
       CaptureTiny PathClass TestDeep TestDir TestException