nvc: 1.10.4 -> 1.11.0

This commit is contained in:
Weijia Wang 2023-12-07 16:48:30 +01:00
parent e2de87d18b
commit 4598bad931

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 = [