Skip to content

Commit

Permalink
mimir: 2.14.0 -> 2.14.1 (#353644)
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada authored Nov 5, 2024
2 parents 8e3499a + 7149d52 commit 12a7a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/mi/mimir/package.nix
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 12a7a39

Please sign in to comment.