summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-14 01:04:27 -0700
committerAustin Seipp <aseipp@pobox.com>2018-05-15 13:17:52 -0500
commit2cab326047cc484df7438f85102b0d41b05b8200 (patch)
treedbb9104f7d209cb279316e72606d6286f0422ea0 /pkgs/servers
parentedbce18903742c412fce54aa8df76ab96b8bf61a (diff)
downloadnixlib-2cab326047cc484df7438f85102b0d41b05b8200.tar
nixlib-2cab326047cc484df7438f85102b0d41b05b8200.tar.gz
nixlib-2cab326047cc484df7438f85102b0d41b05b8200.tar.bz2
nixlib-2cab326047cc484df7438f85102b0d41b05b8200.tar.lz
nixlib-2cab326047cc484df7438f85102b0d41b05b8200.tar.xz
nixlib-2cab326047cc484df7438f85102b0d41b05b8200.tar.zst
nixlib-2cab326047cc484df7438f85102b0d41b05b8200.zip
metabase: 0.29.0 -> 0.29.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/metabase/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- directory tree listing: https://gist.github.com/40a08752e83dd27b03a5e553c6f89582
- du listing: https://gist.github.com/fe6508f6abc39c37b41465ae8e9efd81
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/metabase/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/metabase/default.nix b/pkgs/servers/metabase/default.nix
index 4eae86b00b0f..f329b1088499 100644
--- a/pkgs/servers/metabase/default.nix
+++ b/pkgs/servers/metabase/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "metabase-${version}";
-  version = "0.29.0";
+  version = "0.29.2";
 
   src = fetchurl {
     url = "http://downloads.metabase.com/v${version}/metabase.jar";
-    sha256 = "1dfq06cm8k36pkqpng4cd8ax8cdxbcssww4vapq2w9ccflpnlam2";
+    sha256 = "02cba755mfim8q403gj02ggc0gg4ckcyalxkw09k0jqi5irdi4h1";
   };
 
   nativeBuildInputs = [ makeWrapper ];