···88}:
991010stdenv.mkDerivation (finalAttrs: {
1111- version = "5.0.5";
1111+ version = "5.1.0";
1212 pname = "adminer";
13131414 # not using fetchFromGitHub as the git repo relies on submodules that are included in the tar file
1515 src = fetchurl {
1616 url = "https://github.com/vrana/adminer/releases/download/v${finalAttrs.version}/adminer-${finalAttrs.version}.zip";
1717- hash = "sha256-7VAy9bE9dUZpkKtRMUa/boA6NlfZ7tBT/2x1POtazoM=";
1717+ hash = "sha256-SLu7NJoCkfEL9WhYQSHEx5QZmD6cjkBXpwEnp7d6Elo=";
1818 };
19192020 nativeBuildInputs = [