Unverified Commit a0507e86 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #233660 from Aleksanaa/tuba

tuba: 0.3.0 -> 0.3.2
parents 6471d3b3 aad3d940
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -18,18 +18,19 @@
, libgee
, libsoup_3
, libsecret
, libwebp
, gst_all_1
, nix-update-script
}:

stdenv.mkDerivation rec {
  pname = "tuba";
  version = "0.3.0";
  version = "0.3.2";
  src = fetchFromGitHub {
    owner = "GeopJr";
    repo = "Tuba";
    rev = "v${version}";
    hash = "sha256-J6oIYXLEI5FfHpQIWUH4ndRE0eGCQ4zLruaVENGG9XU=";
    hash = "sha256-PSEPpJn/lYpeI6AN2AY73NpOcDkMm0zNqeSdELn5HvY=";
  };

  nativeBuildInputs = [
@@ -53,6 +54,7 @@ stdenv.mkDerivation rec {
    gtk4
    libadwaita
    libsecret
    libwebp
  ] ++ (with gst_all_1; [
    gstreamer
    gst-libav
@@ -73,6 +75,6 @@ stdenv.mkDerivation rec {
    mainProgram = "dev.geopjr.Tuba";
    license = licenses.gpl3Only;
    changelog = "https://github.com/GeopJr/Tuba/releases/tag/v${version}";
    maintainers = with maintainers; [ chuangzhu ];
    maintainers = with maintainers; [ chuangzhu aleksana ];
  };
}