From 47361f259a356ad02c8be0ffc950677cc7cd643e Mon Sep 17 00:00:00 2001 From: Chuang Zhu Date: Sat, 4 May 2024 13:47:56 +0800 Subject: [PATCH] tuba: 0.6.3 -> 0.7.2 --- pkgs/applications/misc/tuba/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/tuba/default.nix b/pkgs/applications/misc/tuba/default.nix index 9c70ab85ae03..b99b76511be4 100644 --- a/pkgs/applications/misc/tuba/default.nix +++ b/pkgs/applications/misc/tuba/default.nix @@ -21,18 +21,19 @@ , libsecret , libwebp , libspelling +, icu , gst_all_1 , nix-update-script }: stdenv.mkDerivation rec { pname = "tuba"; - version = "0.6.3"; + version = "0.7.2"; src = fetchFromGitHub { owner = "GeopJr"; repo = "Tuba"; rev = "v${version}"; - hash = "sha256-AdUXKiTMC/0R4RI9I9Y/x0mNwhtUEIBke4Mm9lu9CX8="; + hash = "sha256-PRbepitFSvdw/7y5VlnSdsQwnlTQg4ktM4t1/x6SmAY="; }; nativeBuildInputs = [ @@ -59,6 +60,7 @@ stdenv.mkDerivation rec { libsecret libwebp libspelling + icu ] ++ (with gst_all_1; [ gstreamer gst-libav