From 537a8bf4fb0a6e534d39ad03434d4158940b4082 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Wed, 11 Jul 2018 03:01:55 -0700 Subject: [PATCH] ephemeralpg: 2.2 -> 2.5 (#43207) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ephemeralpg/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/xx8s6cx068zvag43h4aimx5bmfrjbdim-ephemeralpg-2.5/bin/pg_tmp had a zero exit code or showed the expected version - /nix/store/xx8s6cx068zvag43h4aimx5bmfrjbdim-ephemeralpg-2.5/bin/getsocket passed the binary check. - Warning: no invocation of /nix/store/xx8s6cx068zvag43h4aimx5bmfrjbdim-ephemeralpg-2.5/bin/.pg_tmp-wrapped had a zero exit code or showed the expected version - 1 of 3 passed binary check by having a zero exit code. - 0 of 3 passed binary check by having the new version present in output. - found 2.5 with grep in /nix/store/xx8s6cx068zvag43h4aimx5bmfrjbdim-ephemeralpg-2.5 - directory tree listing: https://gist.github.com/ef7c65928ca73f639338d8dd6d45f9aa - du listing: https://gist.github.com/74d9b22fa087781cb35087ad48fefaa3 --- pkgs/applications/misc/ephemeralpg/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/ephemeralpg/default.nix b/pkgs/applications/misc/ephemeralpg/default.nix index 65df422599c..0ade32d9989 100644 --- a/pkgs/applications/misc/ephemeralpg/default.nix +++ b/pkgs/applications/misc/ephemeralpg/default.nix @@ -1,10 +1,10 @@ { stdenv, fetchurl, postgresql, makeWrapper }: stdenv.mkDerivation rec { name = "ephemeralpg-${version}"; - version = "2.2"; + version = "2.5"; src = fetchurl { url = "http://ephemeralpg.org/code/${name}.tar.gz"; - sha256 = "1v48bcmc23zzqbha80p3spxd5l347qnjzs4z44wl80i2s8fdzlyz"; + sha256 = "004fcll7248h73adkqawn9bhkqj9wsxyi3w99x64f7s37r2518wk"; }; buildInputs = [ makeWrapper ]; installPhase = ''