nvc: 1.18.0 -> 1.18.1 (#453218)

This commit is contained in:
Weijia Wang
2025-10-18 18:48:20 +00:00
committed by GitHub

View File

@@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchpatch2,
autoreconfHook, autoreconfHook,
check, check,
flex, flex,
@@ -17,13 +16,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "nvc"; pname = "nvc";
version = "1.18.0"; version = "1.18.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nickg"; owner = "nickg";
repo = "nvc"; repo = "nvc";
tag = "r${version}"; tag = "r${version}";
hash = "sha256-PpSoqDCjvROkfXSuOlGxqa9ChdBItu/PQztdsXvVC60="; hash = "sha256-mf6CMUdpIk8O+soKXpbI94h8RUf1MrbOVDwBIJyKitA=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [