Unverified Commit d3256023 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #308988 from chuangzhu/tuba

tuba: 0.6.3 -> 0.7.2
parents 25be8f7e 47361f25
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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