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

Commits on Apr 16, 2020

  1. ephemeralpg: 2.9 -> 3.0

    r-ryantm committed Apr 16, 2020
    Copy the full SHA
    a084a2c View commit details

Commits on Apr 22, 2020

  1. Merge pull request #85383 from r-ryantm/auto-update/ephemeralpg

    ephemeralpg: 2.9 -> 3.0
    hrdinka authored Apr 22, 2020
    Copy the full SHA
    1137e71 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/database/ephemeralpg/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/database/ephemeralpg/default.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{ stdenv, fetchurl, postgresql, getopt, makeWrapper }:
stdenv.mkDerivation rec {
pname = "ephemeralpg";
version = "2.9";
version = "3.0";
src = fetchurl {
url = "http://ephemeralpg.org/code/${pname}-${version}.tar.gz";
sha256 = "1ghp3kya4lxvfwz3c022cx9vqf55jbf9sjw60bxjcb5sszklyc89";
sha256 = "1j0g7g114ma7y7sadbng5p1ss1zsm9zpicm77qspym6565733vvh";
};
buildInputs = [ makeWrapper ];
installPhase = ''