adminer: 5.0.5 -> 5.1.0 (#394155)

authored by Pol Dellaiera and committed by GitHub eae1d2d9 8c698645

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