adminer: 5.3.0 -> 5.4.0 (#441265)

authored by Wolfgang Walther and committed by GitHub 5f84e23d 81bb32dc

+2 -2
+2 -2
pkgs/by-name/ad/adminer/package.nix
··· 9 9 10 10 stdenv.mkDerivation (finalAttrs: { 11 11 pname = "adminer"; 12 - version = "5.3.0"; 12 + version = "5.4.0"; 13 13 14 14 # not using fetchFromGitHub as the git repo relies on submodules that are included in the tar file 15 15 src = fetchurl { 16 16 url = "https://github.com/vrana/adminer/releases/download/v${finalAttrs.version}/adminer-${finalAttrs.version}.zip"; 17 - hash = "sha256-7EnZ0frx8i6DXHO5E/65k+h+WuflTo8eBYNRVAmh7Kg="; 17 + hash = "sha256-n6bmvUIrIiOaNCPEA5L+frbesnircbm0mTqmWxYRpwM="; 18 18 }; 19 19 20 20 nativeBuildInputs = [