Skip to content

Commit

Permalink
Merge pull request #321799 from tpwrules/pr/amaranth-hash-stability-2…
Browse files Browse the repository at this point in the history
…3.11

[23.11] python3Packages.amaranth-soc: fix fetchFromGitHub hash stability
  • Loading branch information
pbsds authored Jun 24, 2024
2 parents 74b529e + 87b3b3e commit 90bd1b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/python-modules/amaranth-soc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ buildPythonPackage rec {
owner = "amaranth-lang";
repo = "amaranth-soc";
rev = "cce8a79a37498f4d5900be21a295ba77e51e6c9d";
sha256 = "sha256-hfkJaqICuy3iSTwLM9lbUPvSMDBLW8GdxqswyAOsowo=";
# these files change depending on git branch status
postFetch = "rm -f $out/.git_archival.txt $out/.gitattributes";
sha256 = "sha256-QElpfjlBsOmUk9i6sRPvf3GEvDLssKUjgfFfsabiCTI=";
};

nativeBuildInputs = [ setuptools-scm ];
Expand Down

0 comments on commit 90bd1b2

Please sign in to comment.