nvc: 1.18.1 -> 1.18.2 (#463710)

This commit is contained in:
Weijia Wang
2025-11-23 19:17:20 +00:00
committed by GitHub
+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 = [