Commit 3e8d845a authored by R. RyanTM's avatar R. RyanTM Committed by Masum Reza
Browse files

adminer: 4.17.1 -> 5.0.5

parent dd399d80
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:

stdenv.mkDerivation (finalAttrs: {
  version = "4.17.1";
  version = "5.0.5";
  pname = "adminer";

  # 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-g9iVdSO2OAIFPDwSeeWLHUa5tV7As/ptTuL1gXfzDJA=";
    hash = "sha256-7VAy9bE9dUZpkKtRMUa/boA6NlfZ7tBT/2x1POtazoM=";
  };

  nativeBuildInputs = [