tuner: 1.5.1 -> 2.0.0

This commit is contained in:
emaryn
2025-03-09 19:31:53 +08:00
parent be55d4a7c5
commit 35db9723dd
+11 -11
View File
@@ -1,6 +1,6 @@
{
stdenv,
lib,
stdenv,
fetchFromGitHub,
pkg-config,
meson,
@@ -10,7 +10,7 @@
itstool,
wrapGAppsHook3,
desktop-file-utils,
libsoup_2_4,
libsoup_3,
json-glib,
geoclue2,
geocode-glib,
@@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "tuner";
version = "1.5.1";
version = "2.0.0";
src = fetchFromGitHub {
owner = "louis77";
repo = pname;
rev = version;
sha256 = "sha256-tG1AMEqHcp4jHNgWDy9fS2FtlxFTlpMD5MVbepIY+GY=";
repo = "tuner";
tag = "v${version}";
hash = "sha256-i6I5NSwiS8FJuZaHbrXvUcumo9RZvEVPcfKOkHUXiLo=";
};
nativeBuildInputs = [
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
libsoup_2_4
libsoup_3
json-glib
geoclue2
geocode-glib
@@ -58,13 +58,13 @@ stdenv.mkDerivation rec {
gst_all_1.gst-plugins-ugly
];
meta = with lib; {
meta = {
homepage = "https://github.com/louis77/tuner";
description = "App to discover and play internet radio stations";
license = licenses.gpl3Plus;
platforms = platforms.linux;
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux;
mainProgram = "com.github.louis77.tuner";
maintainers = with maintainers; [
maintainers = with lib.maintainers; [
abbe
aleksana
];