metabase: 0.59.1 -> 0.59.2

This commit is contained in:
R. Ryantm
2026-03-13 12:54:14 +00:00
parent ea5f21f205
commit e77e6e7b9c
+2 -2
View File
@@ -12,11 +12,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "metabase";
version = "0.59.1";
version = "0.59.2";
src = fetchurl {
url = "https://downloads.metabase.com/v${finalAttrs.version}/metabase.jar";
hash = "sha256-pPJdFljzzNuhRvH6ofPkNGq0Ly/RpHcqeQQh3JTG08I=";
hash = "sha256-k1UfpSHOBsFZF85q0LhuiC9L5R8fbSnZBRB5MjBUh+M=";
};
nativeBuildInputs = [ makeWrapper ];