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

nvc: 1.11.3 -> 1.12.0
This commit is contained in:
Weijia Wang 2024-04-07 18:31:46 +02:00 committed by GitHub
commit 7781c54579
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "nvc";
version = "1.11.3";
version = "1.12.0";
src = fetchFromGitHub {
owner = "nickg";
repo = "nvc";
rev = "r${version}";
hash = "sha256-Z4YxXPf8uKlASSK9v6fbtHtkUibc9EeA4i+3kD/vBmY=";
hash = "sha256-7g4Ki5lhmX/13XCv0on1PgvEthCTfe9wh8EFjMcP1+c=";
};
nativeBuildInputs = [