Loading pkgs/applications/audio/gnome-podcasts/default.nix +9 −7 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ , desktop-file-utils , dbus , openssl , glib-networking , sqlite , gst_all_1 , wrapGAppsHook4 Loading @@ -22,19 +23,19 @@ stdenv.mkDerivation rec { pname = "gnome-podcasts"; version = "0.6.1"; version = "0.7.1"; src = fetchFromGitLab { domain = "gitlab.gnome.org"; owner = "World"; repo = "podcasts"; rev = version; hash = "sha256-LPwCYgAFgUMFQZ0i4ldiuGYGMMWcMqYct3/o7eTIhmU="; hash = "sha256-KCjHT/4AeJ+RXCtawkhs6f4D8NCJotYIPk3tGr5YG9M="; }; cargoDeps = rustPlatform.fetchCargoTarball { inherit pname version src; hash = "sha256-n3ZcUhqn1rvvgkBKSKvH0b8wbOCqcBGwpb2OqMe8h0s="; hash = "sha256-XTfKqKs7874ak7Lzscxw8E2qcnJOWMZaaol8TpIB6Vw="; }; nativeBuildInputs = [ Loading @@ -56,6 +57,7 @@ stdenv.mkDerivation rec { gettext dbus openssl glib-networking sqlite gst_all_1.gstreamer gst_all_1.gst-plugins-base Loading @@ -66,13 +68,13 @@ stdenv.mkDerivation rec { # tests require network doCheck = false; meta = with lib; { meta = { description = "Listen to your favorite podcasts"; mainProgram = "gnome-podcasts"; homepage = "https://apps.gnome.org/Podcasts/"; license = licenses.gpl3Plus; maintainers = teams.gnome.members; platforms = platforms.unix; license = lib.licenses.gpl3Plus; maintainers = lib.teams.gnome.members; platforms = lib.platforms.unix; broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/gnome-podcasts.x86_64-darwin }; } Loading
pkgs/applications/audio/gnome-podcasts/default.nix +9 −7 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ , desktop-file-utils , dbus , openssl , glib-networking , sqlite , gst_all_1 , wrapGAppsHook4 Loading @@ -22,19 +23,19 @@ stdenv.mkDerivation rec { pname = "gnome-podcasts"; version = "0.6.1"; version = "0.7.1"; src = fetchFromGitLab { domain = "gitlab.gnome.org"; owner = "World"; repo = "podcasts"; rev = version; hash = "sha256-LPwCYgAFgUMFQZ0i4ldiuGYGMMWcMqYct3/o7eTIhmU="; hash = "sha256-KCjHT/4AeJ+RXCtawkhs6f4D8NCJotYIPk3tGr5YG9M="; }; cargoDeps = rustPlatform.fetchCargoTarball { inherit pname version src; hash = "sha256-n3ZcUhqn1rvvgkBKSKvH0b8wbOCqcBGwpb2OqMe8h0s="; hash = "sha256-XTfKqKs7874ak7Lzscxw8E2qcnJOWMZaaol8TpIB6Vw="; }; nativeBuildInputs = [ Loading @@ -56,6 +57,7 @@ stdenv.mkDerivation rec { gettext dbus openssl glib-networking sqlite gst_all_1.gstreamer gst_all_1.gst-plugins-base Loading @@ -66,13 +68,13 @@ stdenv.mkDerivation rec { # tests require network doCheck = false; meta = with lib; { meta = { description = "Listen to your favorite podcasts"; mainProgram = "gnome-podcasts"; homepage = "https://apps.gnome.org/Podcasts/"; license = licenses.gpl3Plus; maintainers = teams.gnome.members; platforms = platforms.unix; license = lib.licenses.gpl3Plus; maintainers = lib.teams.gnome.members; platforms = lib.platforms.unix; broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/gnome-podcasts.x86_64-darwin }; }