Unverified Commit 42a31531 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

strip-nondeterminism: 1.13.1 -> 1.14.1 (#382870)

parents eb3a75fe 72823e90
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -8,11 +8,12 @@
  ArchiveCpio,
  SubOverride,
  shortenPerlShebang,
  gitUpdater,
}:

buildPerlPackage rec {
  pname = "strip-nondeterminism";
  version = "1.13.1";
  version = "1.14.1";

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

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

  passthru = {
    updateScript = gitUpdater { };
  };

  meta = with lib; {
    description = "Perl module for stripping bits of non-deterministic information";
    mainProgram = "strip-nondeterminism";