Merge pull request #256197 from wegank/nvc-bump

nvc: 1.10.2 -> 1.10.3
This commit is contained in:
Weijia Wang 2023-09-20 07:46:31 +02:00 committed by GitHub
commit b1e2035bf7
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.2";
version = "1.10.3";
src = fetchFromGitHub {
owner = "nickg";
repo = "nvc";
rev = "r${version}";
hash = "sha256-sAr51+8hFnpIq0jDd8dB5uiy00N09ufkFgWkFtW7ErU=";
hash = "sha256-0KLya2B+gs7aoOvkQdHuJuQtCHLUeSYATToBfIDhm/c=";
};
nativeBuildInputs = [