Unverified Commit 804e88af authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #270017 from r-ryantm/auto-update/metabase

metabase: 0.47.6 -> 0.47.8
parents 62b16841 cfb21359
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "metabase";
  version = "0.47.6";
  version = "0.47.8";

  src = fetchurl {
    url = "https://downloads.metabase.com/v${version}/metabase.jar";
    hash = "sha256-LWF8O6v1x1iX5eJCugQ1noLeUJsVthZ7cGuyW3w6XGg=";
    hash = "sha256-ugGDyoMSAvoKZti3xnxGQseoDVroRGBkawt/F7ma4K4=";
  };

  nativeBuildInputs = [ makeWrapper ];