Commit 871e479f authored by R. RyanTM's avatar R. RyanTM
Browse files

nvc: 1.17.2 -> 1.18.0

parent 62588b43
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
  pname = "nvc";
  version = "1.17.2";
  version = "1.18.0";

  src = fetchFromGitHub {
    owner = "nickg";
    repo = "nvc";
    tag = "r${version}";
    hash = "sha256-YNbRgqJSf22YV/4e2Sr9CwKFOQcBVhS6ScDNon3yJUM=";
    hash = "sha256-PpSoqDCjvROkfXSuOlGxqa9ChdBItu/PQztdsXvVC60=";
  };

  nativeBuildInputs = [