Skip to content

Commit

Permalink
python3Packages.amaranth-soc: fix fetchFromGitHub hash stability
Browse files Browse the repository at this point in the history
  • Loading branch information
tpwrules committed Jun 22, 2024
1 parent bc77c5a commit 87b3b3e
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 87b3b3e

Please sign in to comment.