nvc: 1.14.0 -> 1.14.1

This commit is contained in:
R. Ryantm 2024-10-26 18:40:07 +00:00 committed by Weijia Wang
parent a48eed919a
commit dadeac0a1a

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "nvc";
version = "1.14.0";
version = "1.14.1";
src = fetchFromGitHub {
owner = "nickg";
repo = "nvc";
rev = "r${version}";
hash = "sha256-xaJt3zMAv+Op7cQAaKJOyI28oEssMw/7zvEnfReS4aw=";
hash = "sha256-EPnHm2bZCui8K/H1a6+pgec3Lrf+zAlFoKYBnLspdQQ=";
};
nativeBuildInputs = [