nvc: 1.17.1 -> 1.17.2 (#436050)

This commit is contained in:
Weijia Wang
2025-08-23 11:34:06 +02:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "nvc";
version = "1.17.1";
version = "1.17.2";
src = fetchFromGitHub {
owner = "nickg";
repo = "nvc";
tag = "r${version}";
hash = "sha256-5mOw69qqKabvbMCJbLoaIV8WwcRr6m4zc/lM0ssvtEw=";
hash = "sha256-YNbRgqJSf22YV/4e2Sr9CwKFOQcBVhS6ScDNon3yJUM=";
};
nativeBuildInputs = [