adminer: 5.0.5 -> 5.1.0

Diff: https://github.com/vrana/adminer/compare/v5.0.5...v5.1.0
This commit is contained in:
Guy Chronister
2025-03-28 20:03:11 -05:00
parent 2e66644c42
commit e0bdbdf54f
+2 -2
View File
@@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "5.0.5";
version = "5.1.0";
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${finalAttrs.version}/adminer-${finalAttrs.version}.zip";
hash = "sha256-7VAy9bE9dUZpkKtRMUa/boA6NlfZ7tBT/2x1POtazoM=";
hash = "sha256-SLu7NJoCkfEL9WhYQSHEx5QZmD6cjkBXpwEnp7d6Elo=";
};
nativeBuildInputs = [