From 5ef4b433e8fd47855216cd6a0946f0342734d83b Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Thu, 27 Nov 2025 13:03:42 +0000 Subject: [PATCH] =?UTF-8?q?showtime:=2049.0=20=E2=86=92=2049.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/showtime/-/compare/49.0...49.1 Changelog-Reviewed-By: Bobby Rong --- pkgs/by-name/sh/showtime/package.nix | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/pkgs/by-name/sh/showtime/package.nix b/pkgs/by-name/sh/showtime/package.nix index 85fed910f701..ad483746311d 100644 --- a/pkgs/by-name/sh/showtime/package.nix +++ b/pkgs/by-name/sh/showtime/package.nix @@ -4,7 +4,6 @@ blueprint-compiler, desktop-file-utils, fetchurl, - fetchpatch, glib, gnome, gobject-introspection, @@ -20,23 +19,14 @@ python3Packages.buildPythonApplication rec { pname = "showtime"; - version = "49.0"; + version = "49.1"; pyproject = false; src = fetchurl { url = "mirror://gnome/sources/showtime/${lib.versions.major version}/showtime-${version}.tar.xz"; - hash = "sha256-Wryvl6telTADgoKEhYjozmwmFztzA+9nVr69sLIO05g="; + hash = "sha256-iu+7DiAJx6HNRKuAGwbKN19+loPwKaBS64b7Qzp4U5M="; }; - patches = [ - # Fix startup crash when missing state directory. - # https://gitlab.gnome.org/GNOME/showtime/-/merge_requests/80 - (fetchpatch { - url = "https://gitlab.gnome.org/GNOME/showtime/-/commit/a5d57a6b023664c9dc5aeb55a3467a8b56e1b7bc.patch"; - hash = "sha256-IUkopJ3J381+9MnvaItx7dn9NAVrqO9y4LjgPh8MU/M="; - }) - ]; - strictDeps = true; depsBuildBuild = [