mimir: 2.14.0 -> 2.14.1

https://github.com/grafana/mimir/releases/tag/mimir-2.14.1
This commit is contained in:
Adam Stephens 2024-11-04 13:31:47 +00:00 committed by Adam C. Stephens
parent 7ffd9ae656
commit 7149d521b6
No known key found for this signature in database

View File

@ -1,13 +1,13 @@
{ lib, buildGoModule, fetchFromGitHub, nixosTests, nix-update-script }:
buildGoModule rec {
pname = "mimir";
version = "2.14.0";
version = "2.14.1";
src = fetchFromGitHub {
rev = "${pname}-${version}";
owner = "grafana";
repo = pname;
hash = "sha256-XALr755tFYaMnI913NCjwFPieedS00RXv4KhjXfOPfw=";
hash = "sha256-AcD3ebbPGzmu90TxmOBG0wptOZBG61wBXAIdJwZNMT4=";
};
vendorHash = null;