adminer: 5.4.0 -> 5.4.1

This commit is contained in:
R. Ryantm
2025-09-30 11:51:10 +00:00
parent aec87d52f4
commit 358b87dde7
+2 -2
View File
@@ -9,12 +9,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "adminer";
version = "5.4.0";
version = "5.4.1";
# 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-n6bmvUIrIiOaNCPEA5L+frbesnircbm0mTqmWxYRpwM=";
hash = "sha256-+Ki46mR+E82F/spU0DBM7kWelY3zA9bdFad44HeZ5Lo=";
};
nativeBuildInputs = [