File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
pkgs/development/perl-modules/strip-nondeterminism Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 88 ArchiveCpio ,
99 SubOverride ,
1010 shortenPerlShebang ,
11+ gitUpdater ,
1112} :
1213
1314buildPerlPackage 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" ;
You can’t perform that action at this time.
0 commit comments