grizzly: 0.4.1 -> 0.4.2

This commit is contained in:
R. Ryantm 2024-05-16 05:32:14 +00:00
parent 0f2ebf4b0b
commit 26cf9a4a51

View File

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "grizzly"; pname = "grizzly";
version = "0.4.1"; version = "0.4.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "grafana"; owner = "grafana";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-IM7NrykF2Fiudijo5q0I/FewvS/rs3lzSpvzc6dl5Ds="; hash = "sha256-UOUBck1GrG3ijUpE3jPaFcC/KtlObaR38u3St8NToTk=";
}; };
vendorHash = "sha256-GrzMfOwNEjVQd1uCijcsfdIDO6UPzuHEDnJExupB9Jg="; vendorHash = "sha256-lioFmaFzqaxN1wnYJaoHA54to1xGZjaLGaqAFIfTaTs=";
subPackages = [ "cmd/grr" ]; subPackages = [ "cmd/grr" ];