1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

sqitch-pg: 0.9994 -> 0.9996

This commit is contained in:
Eli Flanagan 2017-10-16 07:34:30 -04:00
parent 88b853eb80
commit ef39873f0f

View file

@ -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