Loading pkgs/servers/monitoring/mimir/default.nix→pkgs/by-name/mi/mimir/package.nix +5 −7 Original line number Diff line number Diff line { lib, buildGo122Module, fetchFromGitHub, nixosTests, nix-update-script }: # Does not build with Go 1.23 # FIXME: check again for next release buildGo122Module rec { { lib, buildGoModule, fetchFromGitHub, nixosTests, nix-update-script }: buildGoModule rec { pname = "mimir"; version = "2.13.0"; version = "2.14.0"; src = fetchFromGitHub { rev = "${pname}-${version}"; owner = "grafana"; repo = pname; hash = "sha256-XBCwc3jpLx8uj+UitFsoIAWVgC/2G8rgjOqrrLLyYdM="; hash = "sha256-XALr755tFYaMnI913NCjwFPieedS00RXv4KhjXfOPfw="; }; vendorHash = null; Loading Loading @@ -53,6 +51,6 @@ buildGo122Module rec { "Grafana Mimir provides horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus. "; homepage = "https://github.com/grafana/mimir"; license = licenses.agpl3Only; maintainers = with maintainers; [ happysalada bryanhonof ]; maintainers = with maintainers; [ happysalada bryanhonof adamcstephens ]; }; } pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -24293,8 +24293,6 @@ with pkgs; grafana-loki = callPackage ../servers/monitoring/loki { }; promtail = callPackage ../servers/monitoring/loki/promtail.nix { }; mimir = callPackage ../servers/monitoring/mimir { }; phlare = callPackage ../servers/monitoring/phlare { }; grafana-image-renderer = callPackage ../servers/monitoring/grafana-image-renderer { }; Loading
pkgs/servers/monitoring/mimir/default.nix→pkgs/by-name/mi/mimir/package.nix +5 −7 Original line number Diff line number Diff line { lib, buildGo122Module, fetchFromGitHub, nixosTests, nix-update-script }: # Does not build with Go 1.23 # FIXME: check again for next release buildGo122Module rec { { lib, buildGoModule, fetchFromGitHub, nixosTests, nix-update-script }: buildGoModule rec { pname = "mimir"; version = "2.13.0"; version = "2.14.0"; src = fetchFromGitHub { rev = "${pname}-${version}"; owner = "grafana"; repo = pname; hash = "sha256-XBCwc3jpLx8uj+UitFsoIAWVgC/2G8rgjOqrrLLyYdM="; hash = "sha256-XALr755tFYaMnI913NCjwFPieedS00RXv4KhjXfOPfw="; }; vendorHash = null; Loading Loading @@ -53,6 +51,6 @@ buildGo122Module rec { "Grafana Mimir provides horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus. "; homepage = "https://github.com/grafana/mimir"; license = licenses.agpl3Only; maintainers = with maintainers; [ happysalada bryanhonof ]; maintainers = with maintainers; [ happysalada bryanhonof adamcstephens ]; }; }
pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -24293,8 +24293,6 @@ with pkgs; grafana-loki = callPackage ../servers/monitoring/loki { }; promtail = callPackage ../servers/monitoring/loki/promtail.nix { }; mimir = callPackage ../servers/monitoring/mimir { }; phlare = callPackage ../servers/monitoring/phlare { }; grafana-image-renderer = callPackage ../servers/monitoring/grafana-image-renderer { };