nvc: 1.15.2 -> 1.16.0

This commit is contained in:
R. Ryantm
2025-04-21 13:21:23 +00:00
parent 78e2cd1a15
commit 6948814fef
+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 = [