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

Commits on Nov 29, 2019

  1. pspg: 2.1.8 -> 2.6.0

    r-ryantm committed Nov 29, 2019
    Copy the full SHA
    d627ba7 View commit details

Commits on Dec 7, 2019

  1. Merge pull request #74561 from r-ryantm/auto-update/pspg

    pspg: 2.1.8 -> 2.6.0
    markuskowa authored Dec 7, 2019
    Copy the full SHA
    3e699ae View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/pspg/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/pspg/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "pspg";
version = "2.1.8";
version = "2.6.0";

src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "0nfc1cv2l2v1rav5jj7jz5wyb2df5l3iwrvvpkvxxpv3qll8kcfv";
sha256 = "0cs0hsrrknl2cv39zzq4wydx5p7095hz18yly572fnniyi4ljbdg";
};

nativeBuildInputs = [ pkgconfig ];