Commit dadeac0a authored by R. RyanTM's avatar R. RyanTM Committed by Weijia Wang
Browse files

nvc: 1.14.0 -> 1.14.1

parent a48eed91
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.14.0";
  version = "1.14.1";

  src = fetchFromGitHub {
    owner = "nickg";
    repo = "nvc";
    rev = "r${version}";
    hash = "sha256-xaJt3zMAv+Op7cQAaKJOyI28oEssMw/7zvEnfReS4aw=";
    hash = "sha256-EPnHm2bZCui8K/H1a6+pgec3Lrf+zAlFoKYBnLspdQQ=";
  };

  nativeBuildInputs = [