Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8bf142e001b6
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 04315358a93d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 15, 2019

  1. prometheus: 2.12.0 -> 2.13.0

    marsam authored and globin committed Oct 15, 2019
    Copy the full SHA
    a500ee2 View commit details
  2. prometheus: fix hash

    (cherry picked from commit 2137b0c)
    globin committed Oct 15, 2019
    Copy the full SHA
    0431535 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/monitoring/prometheus/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/monitoring/prometheus/default.nix
Original file line number Diff line number Diff line change
@@ -5,15 +5,15 @@ let
in
buildGoPackage rec {
pname = "prometheus";
version = "2.12.0";
version = "2.13.0";

inherit goPackagePath;

src = fetchFromGitHub {
rev = "v${version}";
owner = "prometheus";
repo = "prometheus";
sha256 = "1ci9dc512c1hry1b8jqif0mrnks6w3yagwm3jf69ihcwilr2n7vs";
sha256 = "08fmicgrv9b37qapmqjbif19c9181mpp7abd2yrpc3xpyjd3h687";
};

buildFlagsArray = let