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

Commits on Mar 29, 2020

  1. pspg: 2.6.6 -> 2.7.1

    r-ryantm committed Mar 29, 2020
    Copy the full SHA
    3015851 View commit details

Commits on Mar 30, 2020

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

    pspg: 2.6.6 -> 2.7.1
    marsam authored Mar 30, 2020
    Copy the full SHA
    a105345 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.6.6";
version = "2.7.1";

src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "0l20ysr61y99zxvm8cqsgj7arv4m7h7gqq8lrq65bmh9fxncfpsd";
sha256 = "1fq8n5naicfv0lsyzfb52c84w40zrsks0x9rrvyyzih4vkhic4vm";
};

nativeBuildInputs = [ pkgconfig ];