Unverified Commit 474c247a authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.specfile: fix hash reproducibility (#490186)

parents 65f50624 16a6fa94
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -19,7 +19,11 @@ buildPythonPackage (finalAttrs: {
    owner = "packit";
    repo = "specfile";
    tag = finalAttrs.version;
    hash = "sha256-CVzGdfsJeWqC3SwQZX2lCIefEFdSp+Xep/Kqw1dGrrc=";
    postFetch = ''
      # export-subst prevents reproducibility
      rm "$out/.git_archival.txt"
    '';
    hash = "sha256-apGGUVBFNRknQvyBCVZerw0/MctWDTDcz4y/7tRp46s=";
  };

  build-system = [