Skip to content

Commit 298a29e

Browse files
authored
mimir: 2.14.2 -> 2.15.0 (NixOS#370743)
2 parents a7f712a + 652dc87 commit 298a29e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/mi/mimir/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
}:
88
buildGoModule rec {
99
pname = "mimir";
10-
version = "2.14.2";
10+
version = "2.15.0";
1111

1212
src = fetchFromGitHub {
1313
rev = "${pname}-${version}";
1414
owner = "grafana";
1515
repo = pname;
16-
hash = "sha256-y+87cMG9Ilyb99EeLp/UjIEl+5e1zyfoaFLW5i12gGY=";
16+
hash = "sha256-mFCeetwMaqdxFt001QUEtoiPupRAtFBkTvIABszPQbc=";
1717
};
1818

1919
vendorHash = null;

0 commit comments

Comments
 (0)