Merge pull request #333914 from r-ryantm/auto-update/nvc

nvc: 1.13.1 -> 1.13.2
This commit is contained in:
Nick Cao 2024-08-11 11:09:15 -04:00 committed by GitHub
commit a8a213ca64
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.13.1";
version = "1.13.2";
src = fetchFromGitHub {
owner = "nickg";
repo = "nvc";
rev = "r${version}";
hash = "sha256-mi/ruW+KLOeT6QpyRr+ZRtyOAyXsoKiO5WKAuXz5Wc4=";
hash = "sha256-ir4/zwGaIGMUP8kVqoXV1Kn2A8yJYVQHJpb1sVfhOSI=";
};
nativeBuildInputs = [