1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00
Gaetan Lepage 2024-10-21 23:51:56 +02:00
parent 1312b19ff1
commit 43b720e23e

View file

@ -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 = ''