Unverified Commit 2274a721 authored by Kevin Cox's avatar Kevin Cox
Browse files

metabase: 0.43.1 → 0.43.3

parent b39924fc
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.43.1";
  version = "0.43.3";

  src = fetchurl {
    url = "https://downloads.metabase.com/v${version}/metabase.jar";
    hash = "sha256-WGbIsmCWsSxgE7Ktr539qTt/o5cJrYi0yu3ZkfbxOV0=";
    hash = "sha256-XUJNnyzBGYC3jMi1pVvdMNRo8zxkFcxzdHjytmCAVqM=";
  };

  nativeBuildInputs = [ makeWrapper ];