nvc: 1.11.0 -> 1.11.1

This commit is contained in:
R. Ryantm 2023-12-17 07:23:15 +00:00
parent f88c003dce
commit 4af519af84

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "nvc";
version = "1.11.0";
version = "1.11.1";
src = fetchFromGitHub {
owner = "nickg";
repo = "nvc";
rev = "r${version}";
hash = "sha256-95vIyBQ38SGpI+gnDqK1MRRzOT6uiYjDr1c//folqZ8=";
hash = "sha256-aBH3TtPFuJXtVvGTJcGJev5DYVwqjUAM9cf5PatJq9Y=";
};
nativeBuildInputs = [