adminer: 4.16.0 → 4.17.1

https://github.com/vrana/adminer/compare/v4.16.0..v4.17.1
This commit is contained in:
Jan Tojnar
2025-03-02 03:37:25 +01:00
parent 6313551cd0
commit f22d0b85d8
+2 -2
View File
@@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "4.16.0";
version = "4.17.1";
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-9pWyPVeS3LTwPOi5y1iEaRyChT0XevqEPifcPhi3pRM=";
hash = "sha256-g9iVdSO2OAIFPDwSeeWLHUa5tV7As/ptTuL1gXfzDJA=";
};
nativeBuildInputs = [