Skip to content

Commit 082fd30

Browse files
r-ryantmthoughtpolice
authored andcommitted
metabase: 0.52.4 -> 0.52.8
1 parent 97818fc commit 082fd30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/servers/metabase/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
pname = "metabase";
5-
version = "0.52.4";
5+
version = "0.52.8";
66

77
src = fetchurl {
88
url = "https://downloads.metabase.com/v${version}/metabase.jar";
9-
hash = "sha256-sDlh82h7LeqYKxG0gi1cR4ZCMDic5J1nPwBPQ958SLY=";
9+
hash = "sha256-Z14BuKaSAMzlgdtqppc/3ItCxVZwE4E1EQUVMVR6JwQ=";
1010
};
1111

1212
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)