nvrh: 0.1.9 -> 0.1.12 (#348141)

This commit is contained in:
Pol Dellaiera
2024-10-13 08:14:27 +02:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "nvrh";
version = "0.1.9";
version = "0.1.12";
src = fetchFromGitHub {
owner = "mikew";
repo = "nvrh";
rev = "refs/tags/v${version}";
hash = "sha256-QM8VVvNTPvu6Yg1G8FW/694RyTbw36AqkvISeP70gpE=";
hash = "sha256-rOEzzKvz4z0KEu39snNJsxr9chx/hCf5PCQ99NJR4qI=";
};
postPatch = ''