Unverified Commit 5cabf65b authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

nvrh: 0.1.13 -> 0.1.14 (#350355)

parents ec360c3e 43b720e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "nvrh";
  version = "0.1.13";
  version = "0.1.14";

  src = fetchFromGitHub {
    owner = "mikew";
    repo = "nvrh";
    rev = "refs/tags/v${version}";
    hash = "sha256-fVoyxq2iCUANEsq+mCaQnBV9kQ59PZsGi9r7bSwStwQ=";
    hash = "sha256-ff+ZdUScgAaNHASYAASQ/lfkCyX600kNw2Rjpr3TbBc=";
  };

  postPatch = ''