nvc: 1.17.2 -> 1.18.0

This commit is contained in:
R. Ryantm
2025-09-29 02:08:36 +00:00
parent 62588b43e4
commit 871e479fd5
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "nvc";
version = "1.17.2";
version = "1.18.0";
src = fetchFromGitHub {
owner = "nickg";
repo = "nvc";
tag = "r${version}";
hash = "sha256-YNbRgqJSf22YV/4e2Sr9CwKFOQcBVhS6ScDNon3yJUM=";
hash = "sha256-PpSoqDCjvROkfXSuOlGxqa9ChdBItu/PQztdsXvVC60=";
};
nativeBuildInputs = [