nvc: 1.18.1 -> 1.18.2

This commit is contained in:
Weijia Wang
2025-11-21 11:42:37 +01:00
parent 547c6c0e61
commit d8341f3d47
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "nvc";
version = "1.18.1";
version = "1.18.2";
src = fetchFromGitHub {
owner = "nickg";
repo = "nvc";
tag = "r${version}";
hash = "sha256-mf6CMUdpIk8O+soKXpbI94h8RUf1MrbOVDwBIJyKitA=";
hash = "sha256-a1enY86rlLwlRSmY0R4ZfXUo6PddlIAeaKnvfJVcYCQ=";
};
nativeBuildInputs = [