Skip to content

Commit 42a3153

Browse files
authored
strip-nondeterminism: 1.13.1 -> 1.14.1 (#382870)
2 parents eb3a75f + 72823e9 commit 42a3153

File tree

1 file changed

+7
-2
lines changed
  • pkgs/development/perl-modules/strip-nondeterminism

1 file changed

+7
-2
lines changed

pkgs/development/perl-modules/strip-nondeterminism/default.nix

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
ArchiveCpio,
99
SubOverride,
1010
shortenPerlShebang,
11+
gitUpdater,
1112
}:
1213

1314
buildPerlPackage rec {
1415
pname = "strip-nondeterminism";
15-
version = "1.13.1";
16+
version = "1.14.1";
1617

1718
outputs = [
1819
"out"
@@ -24,7 +25,7 @@ buildPerlPackage rec {
2425
repo = "strip-nondeterminism";
2526
domain = "salsa.debian.org";
2627
rev = version;
27-
sha256 = "czx9UhdgTsQSfDNo1mMOXCM/3/nuNe+cPZeyy2xdnKs=";
28+
sha256 = "C/812td9BX1YRqFpD9QYgBfzE+biZeAKgxoNcxpb6UU=";
2829
};
2930

3031
strictDeps = true;
@@ -64,6 +65,10 @@ buildPerlPackage rec {
6465
doCheck = !stdenv.hostPlatform.isDarwin;
6566
doInstallCheck = true;
6667

68+
passthru = {
69+
updateScript = gitUpdater { };
70+
};
71+
6772
meta = with lib; {
6873
description = "Perl module for stripping bits of non-deterministic information";
6974
mainProgram = "strip-nondeterminism";

0 commit comments

Comments
 (0)