elementary-xfce-icon-theme: 0.20 -> 0.20.1 (#378395)

Bobby Rong 39fca334 dd672ef2

Changed files
+3 -3
pkgs
by-name
el
elementary-xfce-icon-theme
+3 -3
pkgs/by-name/el/elementary-xfce-icon-theme/package.nix
···
stdenv.mkDerivation rec {
pname = "elementary-xfce-icon-theme";
-
version = "0.20";
+
version = "0.20.1";
src = fetchFromGitHub {
owner = "shimmerproject";
repo = "elementary-xfce";
rev = "v${version}";
-
sha256 = "sha256-k7Bs+IyA+hHR5j17gzeL5PHlRxyKFc0wGH/MjJLDrjk=";
+
hash = "sha256-4Q3e6w0XqtsXZVnlHNf84CFO6ITwqlgB69D7iqJ2YO8=";
};
nativeBuildInputs = [
···
meta = with lib; {
description = "Elementary icons for Xfce and other GTK desktops like GNOME";
homepage = "https://github.com/shimmerproject/elementary-xfce";
-
license = licenses.gpl2;
+
license = licenses.gpl3Plus;
# darwin cannot deal with file names differing only in case
platforms = platforms.linux;
maintainers = with maintainers; [ ] ++ teams.xfce.members;