lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #331832 from sequencer/circt180

circt: 1.79 -> 1.80

authored by

Nick Cao and committed by
GitHub
600a8c74 d0495308

+2 -2
+2 -2
pkgs/development/compilers/circt/default.nix
··· 18 18 in 19 19 stdenv.mkDerivation rec { 20 20 pname = "circt"; 21 - version = "1.79"; 21 + version = "1.80"; 22 22 src = fetchFromGitHub { 23 23 owner = "llvm"; 24 24 repo = "circt"; 25 25 rev = "firtool-${version}"; 26 - hash = "sha256-/PEny7+E/s1Y08NigO22uDnhFfMBtccqaI8hsBOO2fI="; 26 + hash = "sha256-87LsCJrx6LEJCkiBq/c2RWqenmX9KViGBqKMdmMYRMw="; 27 27 fetchSubmodules = true; 28 28 }; 29 29