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

Merge pull request #246352 from wegank/nvc-bump

nvc: 1.10.0 -> 1.10.1
parents 9b933e2c 819bb53c
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.0";
  version = "1.10.1";

  src = fetchFromGitHub {
    owner = "nickg";
    repo = "nvc";
    rev = "r${version}";
    hash = "sha256-WwO46x6McV18ebGFjXQ8fvqRh6ih1Wt5JTbfTxVWTi0=";
    hash = "sha256-7Kw9irZltNE8VRnIvVX786/u0QQtmRhV8pzpba0h1JY=";
  };

  nativeBuildInputs = [