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: 80a671d3668c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2137b0c8f0cd
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 15, 2019

  1. prometheus: fix hash

    globin committed Oct 15, 2019
    Copy the full SHA
    2137b0c View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 pkgs/servers/monitoring/prometheus/default.nix
2 changes: 1 addition & 1 deletion pkgs/servers/monitoring/prometheus/default.nix
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ buildGoPackage rec {
rev = "v${version}";
owner = "prometheus";
repo = "prometheus";
sha256 = "15fk231kdp3h5w0ym3d84y9z255qqykzyhvv12fg0wchkv8vfhcj";
sha256 = "08fmicgrv9b37qapmqjbif19c9181mpp7abd2yrpc3xpyjd3h687";
};

buildFlagsArray = let