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

grizzly: 0.3.1 -> 0.4.0
This commit is contained in:
Mario Rodas 2024-03-04 21:06:39 -05:00 committed by GitHub
commit a7b36d6401
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "grizzly";
version = "0.3.1";
version = "0.4.0";
src = fetchFromGitHub {
owner = "grafana";
repo = pname;
rev = "v${version}";
hash = "sha256-d/DUazWBT96+dnwVXo667RHALUM2FHxXoI54fFU2HZw=";
hash = "sha256-c+QT3NwfnkVzAb1mqNIuNhSJJOnzME4e3ASawdNBFmg=";
};
vendorHash = "sha256-8myfB2LKDPUCFV9GBSXrBo9E+WrCOCm0ZHKTQ1dEb9U=";
vendorHash = "sha256-EVP2w0mvzzBcrhohM2VmetK8UQu7fauelSa+C+q3n+g=";
subPackages = [ "cmd/grr" ];