nvc: 1.15.2 -> 1.16.0 (#400533)

This commit is contained in:
Weijia Wang
2025-04-22 22:45:46 +02:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "nvc";
version = "1.15.2";
version = "1.16.0";
src = fetchFromGitHub {
owner = "nickg";
repo = "nvc";
rev = "r${version}";
hash = "sha256-GMgGnsEKItVgQLwk6gY8pU6lIGoGGWPGhkBJwmVRy+Q=";
hash = "sha256-RI86VdWuPTcjkQstwDBN/rDLv/Imy9kYH/nIJSGuIcI=";
};
nativeBuildInputs = [