Merge pull request #133192 from musfay/xfce-updates

Xfce updates

authored by José Romildo Malaquias and committed by GitHub 0183a751 1d7cd5d6

+8 -7
+4 -3
pkgs/desktops/xfce/applications/catfish/default.nix
··· 1 { lib, fetchurl, file, which, intltool, gobject-introspection, 2 - findutils, xdg-utils, dconf, gtk3, python3Packages, 3 wrapGAppsHook 4 }: 5 6 python3Packages.buildPythonApplication rec { 7 pname = "catfish"; 8 - version = "1.4.13"; 9 10 src = fetchurl { 11 url = "https://archive.xfce.org/src/apps/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2"; 12 - sha256 = "sha256-WMDqBuXyhgGSlVRfv9HbyiOup0xiV2K7tMiab0hK6Dk="; 13 }; 14 15 nativeBuildInputs = [ ··· 36 python3Packages.pexpect 37 xdg-utils 38 findutils 39 ]; 40 41 # Explicitly set the prefix dir in "setup.py" because setuptools is
··· 1 { lib, fetchurl, file, which, intltool, gobject-introspection, 2 + findutils, xdg-utils, dconf, gtk3, python3Packages, xfconf, 3 wrapGAppsHook 4 }: 5 6 python3Packages.buildPythonApplication rec { 7 pname = "catfish"; 8 + version = "4.16.2"; 9 10 src = fetchurl { 11 url = "https://archive.xfce.org/src/apps/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2"; 12 + sha256 = "sha256-shouFRlD8LGU04sX/qrzghh5R+0SoCw9ZJKvt0gBKms="; 13 }; 14 15 nativeBuildInputs = [ ··· 36 python3Packages.pexpect 37 xdg-utils 38 findutils 39 + xfconf 40 ]; 41 42 # Explicitly set the prefix dir in "setup.py" because setuptools is
+2 -2
pkgs/desktops/xfce/applications/mousepad/default.nix
··· 3 mkXfceDerivation { 4 category = "apps"; 5 pname = "mousepad"; 6 - version = "0.5.5"; 7 odd-unstable = false; 8 9 - sha256 = "sha256-ViiibikQ90S47stb3egXwK5JbcMYYiJAsKukMVYvKLE="; 10 11 nativeBuildInputs = [ gobject-introspection ]; 12
··· 3 mkXfceDerivation { 4 category = "apps"; 5 pname = "mousepad"; 6 + version = "0.5.6"; 7 odd-unstable = false; 8 9 + sha256 = "sha256-cdM2NHUnN2FITITb4077Je5Z8xwZAJfjmwXfV+WE6jk="; 10 11 nativeBuildInputs = [ gobject-introspection ]; 12
+2 -2
pkgs/desktops/xfce/panel-plugins/xfce4-sensors-plugin/default.nix
··· 8 9 stdenv.mkDerivation rec { 10 pname = "xfce4-sensors-plugin"; 11 - version = "1.3.95"; 12 13 src = fetchurl { 14 url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2"; 15 - sha256 = "sha256-g8ZK5GGN1ZKXHPoLwoWptHr4AaPthWg1zbKkxTPHhGw="; 16 }; 17 18 nativeBuildInputs = [
··· 8 9 stdenv.mkDerivation rec { 10 pname = "xfce4-sensors-plugin"; 11 + version = "1.4.1"; 12 13 src = fetchurl { 14 url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2"; 15 + sha256 = "sha256-N9DcVp5zXkgqGFRcJOsc4CKdaRDjpNTB3uBoCZkjS+I="; 16 }; 17 18 nativeBuildInputs = [