adminer: 4.7.6 -> 4.7.7

This commit is contained in:
R. RyanTM 2020-05-17 00:34:04 +00:00
parent 85a0587884
commit 1fc8b73b34

View File

@ -1,13 +1,13 @@
{ stdenv, libbsd, fetchurl, phpPackages, php }: { stdenv, libbsd, fetchurl, phpPackages, php }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "4.7.6"; version = "4.7.7";
pname = "adminer"; pname = "adminer";
# not using fetchFromGitHub as the git repo relies on submodules that are included in the tar file # not using fetchFromGitHub as the git repo relies on submodules that are included in the tar file
src = fetchurl { src = fetchurl {
url = "https://github.com/vrana/adminer/releases/download/v${version}/adminer-${version}.tar.gz"; url = "https://github.com/vrana/adminer/releases/download/v${version}/adminer-${version}.tar.gz";
sha256 = "1zgvscz7jk32qga8hp2dg89h7y72v05vz4yh4lq2ahhwwkbnsxpi"; sha256 = "1rvvc7xml7ycpbpjgqbgkan8djplx67balrmfignk1b6h9cw3l4q";
}; };
nativeBuildInputs = with phpPackages; [ php composer ]; nativeBuildInputs = with phpPackages; [ php composer ];