Merge pull request #272707 from wegank/nvc-bump

nvc: 1.10.4 -> 1.11.0
This commit is contained in:
Weijia Wang 2023-12-08 16:17:57 +01:00 committed by GitHub
commit 195821f0e8
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.4";
version = "1.11.0";
src = fetchFromGitHub {
owner = "nickg";
repo = "nvc";
rev = "r${version}";
hash = "sha256-f4VjSBoJnsGb8MHKegJDlomPG32DuTgFcyv1w0GxKvA=";
hash = "sha256-95vIyBQ38SGpI+gnDqK1MRRzOT6uiYjDr1c//folqZ8=";
};
nativeBuildInputs = [