Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

metabase: 0.33.7.1 -> 0.34.1

authored by

Marek Mahut and committed by
GitHub
48f07787 90441b4b

+2 -2
+2 -2
pkgs/servers/metabase/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "metabase"; 5 - version = "0.33.7.1"; 5 + version = "0.34.1"; 6 6 7 7 src = fetchurl { 8 8 url = "http://downloads.metabase.com/v${version}/metabase.jar"; 9 - sha256 = "1rx9v0vcrpsjsclap4x9ic9jwhyd24v1n1v8si18blzn3iyr8c36"; 9 + sha256 = "0fcggpv9ikx481ci7jw6phhmk3mqxbsn9pfs1kqmhwy1ka4ck6dg"; 10 10 }; 11 11 12 12 nativeBuildInputs = [ makeWrapper ];