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

Commits on Nov 4, 2020

  1. pspg: 3.1.3 -> 3.1.5

    r-ryantm committed Nov 4, 2020
    Copy the full SHA
    157889a View commit details
  2. Merge pull request #102726 from r-ryantm/auto-update/pspg

    pspg: 3.1.3 -> 3.1.5
    marsam authored Nov 4, 2020
    Copy the full SHA
    fc5c3ba 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 = "3.1.3";
version = "3.1.5";

src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "16pajhzr4aahyhdzkp9g3ld2insnlk2z2w2pfab8bghw4f69j5xf";
sha256 = "000h4yiaym7i5bcm268rvsjbs2brz2is9lhm6vm3dx0q7k1pcx45";
};

nativeBuildInputs = [ pkgconfig ];