Merge pull request #215762 from SharzyL/circt-1.30.0

circt: 1.29.0 -> 1.30.0

authored by

Nick Cao and committed by
GitHub
9a43914b 8cb22abb

+2 -2
+2 -2
pkgs/development/compilers/circt/default.nix
··· 13 in 14 stdenv.mkDerivation rec { 15 pname = "circt"; 16 - version = "1.29.0"; 17 src = fetchFromGitHub { 18 owner = "llvm"; 19 repo = "circt"; 20 rev = "firtool-${version}"; 21 - sha256 = "sha256-HsXwh98RZuXvK/KkZ2NAGwWNLxUAQVj+WKzZXd4C4Is="; 22 fetchSubmodules = true; 23 }; 24
··· 13 in 14 stdenv.mkDerivation rec { 15 pname = "circt"; 16 + version = "1.30.0"; 17 src = fetchFromGitHub { 18 owner = "llvm"; 19 repo = "circt"; 20 rev = "firtool-${version}"; 21 + sha256 = "sha256-VP1QwY/gA8wxjpzbAlEV5r2Q8sTt3K2sGdKmxr6ndB8="; 22 fetchSubmodules = true; 23 }; 24