nvc: 1.17.0 -> 1.17.1

This commit is contained in:
Weijia Wang
2025-07-29 14:25:15 -06:00
parent 33a8ce8caa
commit 6bfc15d507
+2 -9
View File
@@ -17,22 +17,15 @@
stdenv.mkDerivation rec {
pname = "nvc";
version = "1.17.0";
version = "1.17.1";
src = fetchFromGitHub {
owner = "nickg";
repo = "nvc";
tag = "r${version}";
hash = "sha256-W6TCtd6LJwjM/kPBqEiPM2xcWn8OzEjCx4llUR/6K78=";
hash = "sha256-5mOw69qqKabvbMCJbLoaIV8WwcRr6m4zc/lM0ssvtEw=";
};
patches = [
(fetchpatch2 {
url = "https://github.com/nickg/nvc/commit/4a94efdb8f314732d59368ade364d2e03b424e14.patch?full_index=1";
hash = "sha256-faL+/CtqgLitHAol7JYW0dxOXZrm3dwVwiZ8FGPEhgg=";
})
];
nativeBuildInputs = [
autoreconfHook
check