3
0
Fork 0
forked from mirrors/nixpkgs

metabase: 0.43.1 → 0.43.3

This commit is contained in:
Kevin Cox 2022-07-09 09:35:36 -04:00
parent b39924fc77
commit 2274a721c7
No known key found for this signature in database
GPG key ID: 9BB92CC1552E99AA

View file

@ -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 ];