Merge pull request #293373 from pbsds/amaranth-boards-hash-fix-1709599875

python311Packages.amaranth-boards: fix src hash
This commit is contained in:
Martin Weinelt 2024-03-05 02:18:40 +01:00 committed by GitHub
commit 8778339575
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "amaranth-lang";
repo = "amaranth-boards";
rev = "170675812b71ee722bcf8ccdb88409a9ad97ffe2";
hash = "sha256-9ZyzD4hOGW2sG24ISNwYBY6NiDe5q0rwDeMdYtzjwDA=";
hash = "sha256-dwZCKMJnEY9RjzkcJ9r3TEC7W+Wfi/P7Hjl4/d60/qo=";
};
nativeBuildInputs = [ setuptools-scm ];