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

nvc: 1.17.1 -> 1.17.2 (#436050)

parents ce24ba99 421c5108
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.1";
  version = "1.17.2";

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

  nativeBuildInputs = [