mimir: 2.13.0 -> 2.14.0

https://github.com/grafana/mimir/releases/tag/mimir-2.14.0
This commit is contained in:
Adam Stephens 2024-10-18 12:27:27 +00:00
parent 8dc497720d
commit 62fdd02bc4
No known key found for this signature in database

View File

@ -1,15 +1,13 @@
{ lib, buildGo122Module, fetchFromGitHub, nixosTests, nix-update-script }:
# Does not build with Go 1.23
# FIXME: check again for next release
buildGo122Module rec {
{ lib, buildGoModule, fetchFromGitHub, nixosTests, nix-update-script }:
buildGoModule rec {
pname = "mimir";
version = "2.13.0";
version = "2.14.0";
src = fetchFromGitHub {
rev = "${pname}-${version}";
owner = "grafana";
repo = pname;
hash = "sha256-XBCwc3jpLx8uj+UitFsoIAWVgC/2G8rgjOqrrLLyYdM=";
hash = "sha256-XALr755tFYaMnI913NCjwFPieedS00RXv4KhjXfOPfw=";
};
vendorHash = null;