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

python3Packages.amaranth-boards: fix fetchFromGitHub hash stability
This commit is contained in:
Peder Bergebakken Sundt
2024-06-24 14:25:35 +02:00
committed by GitHub
@@ -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 = [