Unverified Commit 4cc2ade9 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #321796 from tpwrules/pr/amaranth-hash-stability-master

python3Packages.amaranth-boards: fix fetchFromGitHub hash stability
parents 2cf0557e 54dfcae9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -19,7 +19,9 @@ buildPythonPackage rec {
    owner = "amaranth-lang";
    repo = "amaranth-boards";
    rev = "aba2300dc83216523e1c98fdb22471cb4bac5027";
    hash = "sha256-IMhNMkOf6dg4Djyi39TDTpU0S3TQM1+e6TBoyiITaos=";
    # these files change depending on git branch status
    postFetch = "rm -f $out/.git_archival.txt $out/.gitattributes";
    hash = "sha256-jldXyMJtuSGcZKmtwpZBYrR/UBe4ufblPYRYpBmReM8=";
  };

  nativeBuildInputs = [