Merge pull request #308242 from r-ryantm/auto-update/systemc

systemc: 2.3.4 -> 3.0.0
This commit is contained in:
Weijia Wang 2024-06-02 01:17:28 +02:00 committed by GitHub
commit 541e28d488
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "systemc";
version = "2.3.4";
version = "3.0.0";
src = fetchFromGitHub {
owner = "accellera-official";
repo = pname;
rev = version;
sha256 = "0sj8wlkp68cjhmkd9c9lvm3lk3sckczpz7w9vby64inc1f9fnf0b";
sha256 = "sha256-qeQUrPhD+Gb1lResM7NZzO/vEgJd3NE6lbnM380VVa0=";
};
nativeBuildInputs = [ cmake ];