Commit 6948814f authored by R. RyanTM's avatar R. RyanTM
Browse files

nvc: 1.15.2 -> 1.16.0

parent 78e2cd1a
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 = [