Merge pull request #325269 from r-ryantm/auto-update/mimir

mimir: 2.12.0 -> 2.13.0
This commit is contained in:
Jörg Thalheim
2024-07-07 21:51:59 +02:00
committed by GitHub
+2 -2
View File
@@ -1,13 +1,13 @@
{ lib, buildGoModule, fetchFromGitHub, nixosTests, nix-update-script }:
buildGoModule rec {
pname = "mimir";
version = "2.12.0";
version = "2.13.0";
src = fetchFromGitHub {
rev = "${pname}-${version}";
owner = "grafana";
repo = pname;
hash = "sha256-V+O89hS2UopGLxGkg6W4gW8kj5QRzpwCQtq0QFrOWf0=";
hash = "sha256-XBCwc3jpLx8uj+UitFsoIAWVgC/2G8rgjOqrrLLyYdM=";
};
vendorHash = null;