python3Packages.amaranth-boards: fix fetchFromGitHub hash stability

PR to fix: https://github.com/amaranth-lang/amaranth-boards/pull/246
This commit is contained in:
Thomas Watson 2024-06-22 11:56:55 -05:00
parent e2a6227705
commit 54dfcae99b

View File

@ -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 = [