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

Merge pull request #261623 from r-ryantm/auto-update/nvc

nvc: 1.10.3 -> 1.10.4
parents f4ec563c 84503777
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.10.3";
  version = "1.10.4";

  src = fetchFromGitHub {
    owner = "nickg";
    repo = "nvc";
    rev = "r${version}";
    hash = "sha256-0KLya2B+gs7aoOvkQdHuJuQtCHLUeSYATToBfIDhm/c=";
    hash = "sha256-f4VjSBoJnsGb8MHKegJDlomPG32DuTgFcyv1w0GxKvA=";
  };

  nativeBuildInputs = [