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: a4d12f7d8102
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d9bdfd6d0bd5
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 15, 2020

  1. pgmetrics: 1.8.1 -> 1.9.0

    r-ryantm committed Apr 15, 2020
    Copy the full SHA
    cdc3899 View commit details
  2. Merge pull request #85274 from r-ryantm/auto-update/pgmetrics

    pgmetrics: 1.8.1 -> 1.9.0
    marsam authored Apr 15, 2020
    Copy the full SHA
    d9bdfd6 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/misc/pgmetrics/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/misc/pgmetrics/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "pgmetrics";
version = "1.8.1";
version = "1.9.0";

src = fetchFromGitHub {
owner = "rapidloop";
repo = pname;
rev = "v${version}";
sha256 = "06w2kqjq2yq9yypg6biywrybnmi4jlnnigd7az72hp7lzf2nhl62";
sha256 = "0f7pjagr3zcqmbhmk446j6n7nanyhvyq4rn68f5wljl9g68ni7sj";
};

modSha256 = "0h375zk0ik06g0b5vmi00b1wn5q2c0r137f7qf6l8k8p886x41h6";
modSha256 = "13a969yki47gw4b3mwhsgl0x53xylmflsykcs63f8pmigckw7jac";

buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];