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

nvc: 1.12.0 -> 1.12.1
This commit is contained in:
Weijia Wang 2024-05-10 09:43:27 +02:00 committed by GitHub
commit c0bdbdbbca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "nvc";
version = "1.12.0";
version = "1.12.1";
src = fetchFromGitHub {
owner = "nickg";
repo = "nvc";
rev = "r${version}";
hash = "sha256-7g4Ki5lhmX/13XCv0on1PgvEthCTfe9wh8EFjMcP1+c=";
hash = "sha256-9ZbX2G4IR/SYSA4DOsTBIRrJeYublyrDUXT+V+KgaC0=";
};
nativeBuildInputs = [