nvc: 1.16.1 -> 1.16.2 (#416660)

This commit is contained in:
Weijia Wang
2025-06-19 08:43:03 +02:00
committed by GitHub
+3 -3
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "nvc";
version = "1.16.1";
version = "1.16.2";
src = fetchFromGitHub {
owner = "nickg";
repo = "nvc";
rev = "r${version}";
hash = "sha256-7hTlY/WKJaw+ZMSn8A5F0p1vhg67NUY/CCjw7xdOg2M=";
tag = "r${version}";
hash = "sha256-A7NrYHX46vx9mD/J02cl0MMCTlgW/MjRFcXwuFPK9E8=";
};
nativeBuildInputs = [