mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
Merge pull request #87996 from r-ryantm/auto-update/adminer
adminer: 4.7.6 -> 4.7.7
This commit is contained in:
commit
28c2c0156d
@ -1,13 +1,13 @@
|
||||
{ stdenv, libbsd, fetchurl, phpPackages, php }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "4.7.6";
|
||||
version = "4.7.7";
|
||||
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 = "1zgvscz7jk32qga8hp2dg89h7y72v05vz4yh4lq2ahhwwkbnsxpi";
|
||||
sha256 = "1rvvc7xml7ycpbpjgqbgkan8djplx67balrmfignk1b6h9cw3l4q";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with phpPackages; [ php composer ];
|
||||
|
Loading…
Reference in New Issue
Block a user