Merge pull request #252223 from wegank/nvc-bump

nvc: 1.10.1 -> 1.10.2
This commit is contained in:
Weijia Wang 2023-08-30 11:21:09 +02:00 committed by GitHub
commit 94d396e4ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "nvc";
version = "1.10.1";
version = "1.10.2";
src = fetchFromGitHub {
owner = "nickg";
repo = "nvc";
rev = "r${version}";
hash = "sha256-7Kw9irZltNE8VRnIvVX786/u0QQtmRhV8pzpba0h1JY=";
hash = "sha256-sAr51+8hFnpIq0jDd8dB5uiy00N09ufkFgWkFtW7ErU=";
};
nativeBuildInputs = [