adminerneo: 4.13 -> 4.14

Changelog: https://github.com/adminerneo/adminerneo/releases/tag/v4.14
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
This commit is contained in:
John Titor
2025-02-20 16:25:52 +05:30
committed by Masum Reza
parent c0dd3a9f58
commit 36b71eb508
+3 -3
View File
@@ -10,13 +10,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "adminerneo";
version = "4.13";
version = "4.14";
src = fetchFromGitHub {
owner = "adminerneo";
repo = "adminerneo";
tag = "v${finalAttrs.version}";
hash = "sha256-7kSQl4Ch9S+680FZBsO6ynsyF1GCkT8BPpBONmeJF9U=";
hash = "sha256-GxkITh6Hh7E6qKEsCYs8M1xLeCbdI1WQqM1Zjdb6BVE=";
};
nativeBuildInputs = [
@@ -35,7 +35,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
runHook preInstall
mkdir $out
cp temp/adminer-${finalAttrs.version}.php $out/adminer.php
cp export/adminer-${finalAttrs.version}.php $out/adminer.php
cp ${./index.php} $out/index.php
${lib.optionalString (theme != null) ''