sqitch-pg: 0.9994 -> 0.9996
This commit is contained in:
parent
88b853eb80
commit
ef39873f0f
@ -309,11 +309,11 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
AppSqitch = buildPerlModule rec {
|
AppSqitch = buildPerlModule rec {
|
||||||
version = "0.9994";
|
version = "0.9996";
|
||||||
name = "App-Sqitch-${version}";
|
name = "App-Sqitch-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/D/DW/DWHEELER/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/D/DW/DWHEELER/${name}.tar.gz";
|
||||||
sha256 = "0in602z40s50fdlmws4g0a1pb8p7yn0wx8jgsacz26a4i1q7gpi4";
|
sha256 = "864edde554e7cd6578e8fe2a4c17ea8eda82da878cdfd00fd9fb3c53f696fc1e";
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
CaptureTiny PathClass TestDeep TestDir TestException
|
CaptureTiny PathClass TestDeep TestDir TestException
|
||||||
|
Loading…
x
Reference in New Issue
Block a user