about summary refs log tree commit diff
path: root/pkgs/desktops/xfce
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-03-10 03:14:35 +0000
committerBobby Rong <rjl931189261@126.com>2024-03-10 11:24:47 +0800
commit46d33e68f6302e802d0b55152ea7e1c4900e5923 (patch)
tree29cd00bb7eb1b1f91c7d46258f467dbe645ffafe /pkgs/desktops/xfce
parentf44c2a114b70bca46482e3d99587833dcbac41f5 (diff)
downloadnixlib-46d33e68f6302e802d0b55152ea7e1c4900e5923.tar
nixlib-46d33e68f6302e802d0b55152ea7e1c4900e5923.tar.gz
nixlib-46d33e68f6302e802d0b55152ea7e1c4900e5923.tar.bz2
nixlib-46d33e68f6302e802d0b55152ea7e1c4900e5923.tar.lz
nixlib-46d33e68f6302e802d0b55152ea7e1c4900e5923.tar.xz
nixlib-46d33e68f6302e802d0b55152ea7e1c4900e5923.tar.zst
nixlib-46d33e68f6302e802d0b55152ea7e1c4900e5923.zip
xfce.xfce4-weather-plugin: 0.11.1 -> 0.11.2
https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin/-/compare/xfce4-weather-plugin-0.11.1...xfce4-weather-plugin-0.11.2
Diffstat (limited to 'pkgs/desktops/xfce')
-rw-r--r--pkgs/desktops/xfce/panel-plugins/xfce4-weather-plugin/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-weather-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-weather-plugin/default.nix
index 162160e4e813..c76800fea4fc 100644
--- a/pkgs/desktops/xfce/panel-plugins/xfce4-weather-plugin/default.nix
+++ b/pkgs/desktops/xfce/panel-plugins/xfce4-weather-plugin/default.nix
@@ -5,6 +5,7 @@
 , intltool
 , glib
 , gtk3
+, json_c
 , libxml2
 , libsoup
 , upower
@@ -22,11 +23,11 @@ in
 
 stdenv.mkDerivation rec {
   pname = "xfce4-weather-plugin";
-  version = "0.11.1";
+  version = "0.11.2";
 
   src = fetchurl {
     url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
-    sha256 = "sha256-pFFG+aDc3JXRkcCcZK0nmuKJz4+BHEQz4I4xplaEUjk=";
+    sha256 = "sha256-ZdQK/3hjVQhYqfnStgVPJ8aaPn5xKZF4WYf5pzu6h2s=";
   };
 
   nativeBuildInputs = [
@@ -37,6 +38,7 @@ stdenv.mkDerivation rec {
   buildInputs = [
     glib
     gtk3
+    json_c
     libxml2
     libsoup
     upower