nvc: 1.14.1 -> 1.14.2

This commit is contained in:
Weijia Wang 2024-11-24 13:01:40 +01:00
parent 4f1da3ec5e
commit 2acfd434f4

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "nvc";
version = "1.14.1";
version = "1.14.2";
src = fetchFromGitHub {
owner = "nickg";
repo = "nvc";
rev = "r${version}";
hash = "sha256-EPnHm2bZCui8K/H1a6+pgec3Lrf+zAlFoKYBnLspdQQ=";
hash = "sha256-ppZ6rvSmny4wKCpdlJvvaLOTUn3/hUAiEhEkj33oF3c=";
};
nativeBuildInputs = [