mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
adminer: 4.7.6 -> 4.7.7
This commit is contained in:
parent
85a0587884
commit
1fc8b73b34
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user