Unverified Commit fbe2b576 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

metabase: 0.49.1 -> 0.49.2
parents 3b71568d 88eccbda
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.49.1";
  version = "0.49.2";

  src = fetchurl {
    url = "https://downloads.metabase.com/v${version}/metabase.jar";
    hash = "sha256-oyh25h59udfwuLqZJ4ngGYL+tup9GEWgegcTNb0PeHE=";
    hash = "sha256-PmfzYPnfIFX92I0tnXJoZa3EdOF7EFo5bc0T9bo4bS0=";
  };

  nativeBuildInputs = [ makeWrapper ];