Unverified Commit 1991d710 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

nvc: 1.15.2 -> 1.16.0 (#400533)

parents 3c079e97 6948814f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
  pname = "nvc";
  version = "1.15.2";
  version = "1.16.0";

  src = fetchFromGitHub {
    owner = "nickg";
    repo = "nvc";
    rev = "r${version}";
    hash = "sha256-GMgGnsEKItVgQLwk6gY8pU6lIGoGGWPGhkBJwmVRy+Q=";
    hash = "sha256-RI86VdWuPTcjkQstwDBN/rDLv/Imy9kYH/nIJSGuIcI=";
  };

  nativeBuildInputs = [