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

nvrh: 0.1.8 -> 0.1.9 (#347857)

parents e7202b81 d00e2d4a
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.8";
  version = "0.1.9";

  src = fetchFromGitHub {
    owner = "mikew";
    repo = "nvrh";
    rev = "refs/tags/v${version}";
    hash = "sha256-a/TFSS4PeZWEYph4B8qDr4BJPY4CnHafvw07t1ytofo=";
    hash = "sha256-QM8VVvNTPvu6Yg1G8FW/694RyTbw36AqkvISeP70gpE=";
  };

  postPatch = ''