nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

metabase: 0.52.3 -> 0.52.4 (#368671)

authored by

Nick Cao and committed by
GitHub
8a4b7a54 73a75932

+2 -2
+2 -2
pkgs/servers/metabase/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "metabase"; 5 - version = "0.52.3"; 5 + version = "0.52.4"; 6 6 7 7 src = fetchurl { 8 8 url = "https://downloads.metabase.com/v${version}/metabase.jar"; 9 - hash = "sha256-xtxhiC9QNHiN99iQVtOlovqIDtKcYZr3geSDbSBEKWw="; 9 + hash = "sha256-sDlh82h7LeqYKxG0gi1cR4ZCMDic5J1nPwBPQ958SLY="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ makeWrapper ];