Merge pull request #284590 from r-ryantm/auto-update/grizzly

grizzly: 0.3.0 -> 0.3.1
This commit is contained in:
Robert Schütz 2024-01-29 05:33:27 +00:00 committed by GitHub
commit a8d830a795
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "grizzly";
version = "0.3.0";
version = "0.3.1";
src = fetchFromGitHub {
owner = "grafana";
repo = pname;
rev = "v${version}";
hash = "sha256-Yc15mD21Ohga7Pw+iowegkI2DWbKIZOZQ2vkKOdsKUk=";
hash = "sha256-d/DUazWBT96+dnwVXo667RHALUM2FHxXoI54fFU2HZw=";
};
vendorHash = "sha256-8myfB2LKDPUCFV9GBSXrBo9E+WrCOCm0ZHKTQ1dEb9U=";