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

nvc: 1.13.2 -> 1.13.3 (#337050)

parents f88fcce1 7fdf20d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
  pname = "nvc";
  version = "1.13.2";
  version = "1.13.3";

  src = fetchFromGitHub {
    owner = "nickg";
    repo = "nvc";
    rev = "r${version}";
    hash = "sha256-ir4/zwGaIGMUP8kVqoXV1Kn2A8yJYVQHJpb1sVfhOSI=";
    hash = "sha256-u+EmZ+h+TVBHEmrELgU4s1C+Z8Cfp3gN9BnQruwCsYU=";
  };

  nativeBuildInputs = [