about summary refs log tree commit diff
path: root/pkgs/data/themes
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2020-09-03 10:11:55 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2020-09-06 10:33:15 -0300
commit9df0922740f59eb22bbc6c8ef2cfc3d2ea8d7656 (patch)
tree19e4041653f8cd12e9c6ec127900abba56bb71ac /pkgs/data/themes
parent9380c61a19be18c31122756abf3e5de60f93a897 (diff)
marwaita: 7.5.1 -> 7.6.1
Diffstat (limited to 'pkgs/data/themes')
-rw-r--r--pkgs/data/themes/marwaita/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/data/themes/marwaita/default.nix b/pkgs/data/themes/marwaita/default.nix
index 5f09927e15c69..291f437c3ea53 100644
--- a/pkgs/data/themes/marwaita/default.nix
+++ b/pkgs/data/themes/marwaita/default.nix
@@ -8,13 +8,13 @@
 
 stdenv.mkDerivation rec {
   pname = "marwaita";
-  version = "7.5.1";
+  version = "7.6.1";
 
   src = fetchFromGitHub {
     owner = "darkomarko42";
     repo = pname;
     rev = version;
-    sha256 = "0ig5wc6dkbly6yrvd13h4lyr8x0y7k3d9iv4rhg0pnjgcpna83mw";
+    sha256 = "1n7flwrngwh6gmh72j40apf8qk52162m93hsfhgxzrivkhg37zi0";
   };
 
   buildInputs = [
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    description = "GTK theme supporting Budgie, Pantheon, Mate and Xfce4 desktops";
+    description = "GTK theme supporting Budgie, Pantheon, Mate, Xfce4 and GNOME desktops";
     homepage = "https://www.pling.com/p/1239855/";
     license = licenses.cc0;
     platforms = platforms.unix;