summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/adminer
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-12-07 10:50:10 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-12-07 10:50:10 +0000
commit536d9b90bc05c5f26bb419d5e267329b2370616c (patch)
tree399faa4e8f6a6cb80956cd96efa523939627d050 /pkgs/servers/adminer
parent22f8e9484e164fe1d5fca94bb94b200ba8c6f8fd (diff)
adminer: 4.7.7 -> 4.7.8
Diffstat (limited to 'pkgs/servers/adminer')
-rw-r--r--pkgs/servers/adminer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/adminer/default.nix b/pkgs/servers/adminer/default.nix
index c58d2e6c2ba6..65a4dc37ecc8 100644
--- a/pkgs/servers/adminer/default.nix
+++ b/pkgs/servers/adminer/default.nix
@@ -1,13 +1,13 @@
{ stdenv, libbsd, fetchurl, phpPackages, php }:
stdenv.mkDerivation rec {
- version = "4.7.7";
+ version = "4.7.8";
pname = "adminer";
# not using fetchFromGitHub as the git repo relies on submodules that are included in the tar file
src = fetchurl {
url = "https://github.com/vrana/adminer/releases/download/v${version}/adminer-${version}.tar.gz";
- sha256 = "1rvvc7xml7ycpbpjgqbgkan8djplx67balrmfignk1b6h9cw3l4q";
+ sha256 = "0k794agvd8pa3mwl0076i7753fzxd41lhr23aih4l2lbdgnzi68z";
};
nativeBuildInputs = with phpPackages; [ php composer ];