nvc: 1.14.0 -> 1.14.1 (#351505)

This commit is contained in:
Weijia Wang 2024-10-27 13:24:03 +01:00 committed by GitHub
commit 2c61d97aa1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [