about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-11 03:01:55 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-11 12:01:55 +0200
commit537a8bf4fb0a6e534d39ad03434d4158940b4082 (patch)
treea0ca8d0e6487f01aeab2c9ea6822563a0265eac1 /pkgs/applications
parent5d56adb4fdf75657b0d2bb8d890adf1f857d328a (diff)
downloadnixlib-537a8bf4fb0a6e534d39ad03434d4158940b4082.tar
nixlib-537a8bf4fb0a6e534d39ad03434d4158940b4082.tar.gz
nixlib-537a8bf4fb0a6e534d39ad03434d4158940b4082.tar.bz2
nixlib-537a8bf4fb0a6e534d39ad03434d4158940b4082.tar.lz
nixlib-537a8bf4fb0a6e534d39ad03434d4158940b4082.tar.xz
nixlib-537a8bf4fb0a6e534d39ad03434d4158940b4082.tar.zst
nixlib-537a8bf4fb0a6e534d39ad03434d4158940b4082.zip
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
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/ephemeralpg/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/ephemeralpg/default.nix b/pkgs/applications/misc/ephemeralpg/default.nix
index 65df422599ca..0ade32d99899 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 = ''