Loading pkgs/development/compilers/circt/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18,12 +18,12 @@ let in stdenv.mkDerivation rec { pname = "circt"; version = "1.77.0"; version = "1.78.1"; src = fetchFromGitHub { owner = "llvm"; repo = "circt"; rev = "firtool-${version}"; hash = "sha256-eiXyGwvObrhyhj7Nj9wIafmcaRYjZt0Qy4D3D+fEsGs="; hash = "sha256-MV70tU9orK46IXM46HUuxgAuSP4JerXdKpOyPiMfsUE="; fetchSubmodules = true; }; Loading Loading
pkgs/development/compilers/circt/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18,12 +18,12 @@ let in stdenv.mkDerivation rec { pname = "circt"; version = "1.77.0"; version = "1.78.1"; src = fetchFromGitHub { owner = "llvm"; repo = "circt"; rev = "firtool-${version}"; hash = "sha256-eiXyGwvObrhyhj7Nj9wIafmcaRYjZt0Qy4D3D+fEsGs="; hash = "sha256-MV70tU9orK46IXM46HUuxgAuSP4JerXdKpOyPiMfsUE="; fetchSubmodules = true; }; Loading