From 978bbf27dabaac39d87a9e4ae8196833b7dd0bdb Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Tue, 31 Dec 2024 13:38:43 +0000 Subject: [PATCH] xfce.thunar-media-tags-plugin: 0.4.0 -> 0.5.0 https://gitlab.xfce.org/thunar-plugins/thunar-media-tags-plugin/-/compare/thunar-media-tags-plugin-0.4.0...thunar-media-tags-plugin-0.5.0 --- pkgs/desktops/xfce/thunar-plugins/media-tags/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/desktops/xfce/thunar-plugins/media-tags/default.nix b/pkgs/desktops/xfce/thunar-plugins/media-tags/default.nix index a69eb7cd1e86..586498da7dbd 100644 --- a/pkgs/desktops/xfce/thunar-plugins/media-tags/default.nix +++ b/pkgs/desktops/xfce/thunar-plugins/media-tags/default.nix @@ -5,7 +5,6 @@ gtk3, thunar, libxfce4util, - intltool, gettext, taglib, }: @@ -13,13 +12,12 @@ mkXfceDerivation { category = "thunar-plugins"; pname = "thunar-media-tags-plugin"; - version = "0.4.0"; + version = "0.5.0"; odd-unstable = false; - sha256 = "sha256-2WA7EtDmNl8XP0wK00iyQcSqV3mnfHNJZTKhBJ/YWPQ="; + sha256 = "sha256-71YBA1deR8aV8hoZ4F0TP+Q5sdcVQAB9n3B+pcpJMSQ="; nativeBuildInputs = [ - intltool gettext ];