Commit 7fdf20d3 authored by R. RyanTM's avatar R. RyanTM
Browse files

nvc: 1.13.2 -> 1.13.3

parent 771c5644
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 = [