adminer: 5.4.1 -> 5.4.2

https://github.com/vrana/adminer/releases/tag/v5.4.2

Fixes: CVE-2026-25892
This commit is contained in:
Jason Odoom
2026-02-12 02:26:54 -05:00
parent ee76116259
commit f27ab26fba
+2 -2
View File
@@ -9,12 +9,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "adminer";
version = "5.4.1";
version = "5.4.2";
# 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-+Ki46mR+E82F/spU0DBM7kWelY3zA9bdFad44HeZ5Lo=";
hash = "sha256-nzMc1Iq9YxaKh4oYTCox5vVqV2yUn0o7XqMTLmTWkXs=";
};
nativeBuildInputs = [