mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
adminer: 5.2.1 -> 5.3.0
Diff: https://github.com/vrana/adminer/compare/v5.2.1...v5.3.0
This commit is contained in:
parent
4460400ada
commit
9dff8b1e52
1 changed files with 2 additions and 2 deletions
|
@ -9,12 +9,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "adminer";
|
pname = "adminer";
|
||||||
version = "5.2.1";
|
version = "5.3.0";
|
||||||
|
|
||||||
# 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${finalAttrs.version}/adminer-${finalAttrs.version}.zip";
|
url = "https://github.com/vrana/adminer/releases/download/v${finalAttrs.version}/adminer-${finalAttrs.version}.zip";
|
||||||
hash = "sha256-EQmCZRkH27rqLeNCDysjUGwm8wxMvxbO7cHgV8Vq8yo=";
|
hash = "sha256-7EnZ0frx8i6DXHO5E/65k+h+WuflTo8eBYNRVAmh7Kg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue