mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[release-26.05] mimir: 3.0.6 -> 3.0.7 (#533092)
This commit is contained in:
commit
33cb3d28b1
1 changed files with 3 additions and 3 deletions
|
|
@ -7,13 +7,13 @@
|
|||
}:
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "mimir";
|
||||
version = "3.0.6";
|
||||
version = "3.0.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
rev = "mimir-${finalAttrs.version}";
|
||||
owner = "grafana";
|
||||
repo = "mimir";
|
||||
hash = "sha256-rz1Wzsnxt8eGf0rkI8pvhpft+EhTUsdFK4s+9QVn7dg=";
|
||||
hash = "sha256-Hw7TiUyTXZ/CKT4jeyWYVQM4EY/DbwBtaTEebNHonGs=";
|
||||
};
|
||||
|
||||
vendorHash = null;
|
||||
|
|
@ -39,7 +39,7 @@ buildGoModule (finalAttrs: {
|
|||
updateScript = nix-update-script {
|
||||
extraArgs = [
|
||||
"--version-regex"
|
||||
"mimir-(3\\.[0-9.]+)"
|
||||
"mimir-(3\\.0\\.[0-9]+)"
|
||||
];
|
||||
};
|
||||
tests = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue