Merge pull request #229428 from wegank/nvc-bump

nvc: 1.9.1 -> 1.9.2
This commit is contained in:
Weijia Wang
2023-05-02 14:49:56 +03:00
committed by GitHub
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "nvc";
version = "1.9.1";
version = "1.9.2";
src = fetchFromGitHub {
owner = "nickg";
repo = pname;
rev = "r${version}";
hash = "sha256-UeA+6RKZMttLThyAf80ONximXRJNw5mUNM+cyCDTcGM=";
hash = "sha256-xB2COtYgbg00rrOWTbcBocRnqF5682jUG2eS7I71Ln4=";
};
nativeBuildInputs = [