Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7a9ca5ad1ca8
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9bbea2c8995a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 3, 2019

  1. Copy the full SHA
    513a68a View commit details
  2. Merge pull request #70343 from mayflower/alertmanager-0.19.0

    prometheus-alertmanager: 0.18.0 -> 0.19.0
    globin authored Oct 3, 2019
    Copy the full SHA
    9bbea2c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/monitoring/prometheus/alertmanager.nix
4 changes: 2 additions & 2 deletions pkgs/servers/monitoring/prometheus/alertmanager.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

buildGoPackage rec {
pname = "alertmanager";
version = "0.18.0";
version = "0.19.0";
rev = "v${version}";

goPackagePath = "github.com/prometheus/alertmanager";
@@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "prometheus";
repo = "alertmanager";
sha256 = "17f3a4fiwycpd031k1d9irhd96cklbh2ygs35j5r6hgw2130sy4p";
sha256 = "08k898x9ks5rzcmb7ps1rnxv36ynv64x8yq2ahpwmfkmv6nw1ylh";
};

buildFlagsArray = let t = "${goPackagePath}/vendor/github.com/prometheus/common/version"; in ''