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

nvc: 1.11.2 -> 1.11.3
This commit is contained in:
Weijia Wang 2024-02-04 19:31:51 +01:00 committed by GitHub
commit f46ad549e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,6 @@
, pkg-config
, which
, elfutils
, libelf
, libffi
, llvm
, zlib
@ -16,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "nvc";
version = "1.11.2";
version = "1.11.3";
src = fetchFromGitHub {
owner = "nickg";
repo = "nvc";
rev = "r${version}";
hash = "sha256-qNnai2THSUyvtcnU5+Rdq+/EJe4HXw05bGTRz+wyXM8=";
hash = "sha256-Z4YxXPf8uKlASSK9v6fbtHtkUibc9EeA4i+3kD/vBmY=";
};
nativeBuildInputs = [
@ -40,8 +39,6 @@ stdenv.mkDerivation rec {
zstd
] ++ lib.optionals stdenv.isLinux [
elfutils
] ++ lib.optionals (!stdenv.isLinux) [
libelf
];
preConfigure = ''