perlPackages.AppSqitch: 1.5.0 -> 1.5.1

This commit is contained in:
SEKUN
2025-04-13 04:48:37 +08:00
parent 0c6cf1f8d7
commit 6fe1ce0392
+3 -3
View File
@@ -1393,11 +1393,11 @@ with self;
};
AppSqitch = buildPerlModule {
version = "1.5.0";
version = "1.5.1";
pname = "App-Sqitch";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DW/DWHEELER/App-Sqitch-v1.5.0.tar.gz";
hash = "sha256-oViHFpPt8en/460D55i1ZQBze4AcCiiMY/gR75oUAYQ=";
url = "mirror://cpan/authors/id/D/DW/DWHEELER/App-Sqitch-v1.5.1.tar.gz";
hash = "sha256-Fqo0j8Sedfj/ZQMfBiLUGSkyMhsFvWUYq5lkYYVy1pg=";
};
buildInputs = [
CaptureTiny