Bobby Rong
2024-12-28 19:29:50 +08:00
parent 166b204de0
commit 3b5405bc79
@@ -4,7 +4,6 @@
fetchFromGitLab,
gettext,
gobject-introspection,
intltool,
wrapGAppsHook3,
glib,
gtk3,
@@ -21,20 +20,19 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "xfce4-panel-profiles";
version = "1.0.14";
version = "1.0.15";
src = fetchFromGitLab {
domain = "gitlab.xfce.org";
owner = "apps";
repo = "xfce4-panel-profiles";
rev = "xfce4-panel-profiles-${finalAttrs.version}";
sha256 = "sha256-mGA70t2U4mqEbcrj/DDsPl++EKWyZ8YXzKzzVOrH5h8=";
sha256 = "sha256-UxXxj0lxJhaMv5cQoyz+glJiLwvIFfpPu27TCNDhoL0=";
};
nativeBuildInputs = [
gettext
gobject-introspection
intltool
wrapGAppsHook3
];