nvc: 1.10.0 -> 1.10.1

This commit is contained in:
Weijia Wang
2023-07-31 15:31:40 +02:00
parent 609d704145
commit 819bb53c2c
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "nvc";
version = "1.10.0";
version = "1.10.1";
src = fetchFromGitHub {
owner = "nickg";
repo = "nvc";
rev = "r${version}";
hash = "sha256-WwO46x6McV18ebGFjXQ8fvqRh6ih1Wt5JTbfTxVWTi0=";
hash = "sha256-7Kw9irZltNE8VRnIvVX786/u0QQtmRhV8pzpba0h1JY=";
};
nativeBuildInputs = [