Unverified Commit 39fca334 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

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

parents dd672ef2 2c0109fa
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

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 = [
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
  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;