Skip to content

Commit 3e0881c

Browse files
committed
mimir: 2.15.0 -> 2.15.1
1 parent a2a6618 commit 3e0881c

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.15.0";
10+
version = "2.15.1";
1111

1212
src = fetchFromGitHub {
1313
rev = "${pname}-${version}";
1414
owner = "grafana";
1515
repo = pname;
16-
hash = "sha256-mFCeetwMaqdxFt001QUEtoiPupRAtFBkTvIABszPQbc=";
16+
hash = "sha256-dqWDp8vf4OkwSKSAoF92lFZhe5rT1lqQ2oMchUFrmdM=";
1717
};
1818

1919
vendorHash = null;

0 commit comments

Comments
 (0)