nvrh: 0.1.20 -> 0.1.23

This commit is contained in:
R. Ryantm
2025-08-13 19:24:00 +00:00
parent 64cf35ea43
commit d7e92a5db3
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "nvrh";
version = "0.1.20";
version = "0.1.23";
src = fetchFromGitHub {
owner = "mikew";
repo = "nvrh";
tag = "v${finalAttrs.version}";
hash = "sha256-hKlL/kjfDtWZHfDuVbVNVnhBEeJcX5zWFtDaNW/KExI=";
hash = "sha256-9pWeoFah8bxbngqETgi8uGbvUqKUhdiRHmOuxpPmJNs=";
};
postPatch = ''