about summary refs log tree commit diff
path: root/pkgs/data/themes/jade1
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2020-03-28 19:23:28 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2020-03-28 19:23:28 -0300
commitc9042b95810ea0e638980dce45c06534394202ba (patch)
tree83177deba6bff1951d72ee7c7712d9f80d13acb9 /pkgs/data/themes/jade1
parentdf21a1e977ad200a32f99a3871cfe6917c45a662 (diff)
theme-jade1: 1.6 -> 1.7
Diffstat (limited to 'pkgs/data/themes/jade1')
-rw-r--r--pkgs/data/themes/jade1/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/data/themes/jade1/default.nix b/pkgs/data/themes/jade1/default.nix
index cba38cb297a80..7398c417933f0 100644
--- a/pkgs/data/themes/jade1/default.nix
+++ b/pkgs/data/themes/jade1/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "theme-jade1";
-  version = "1.6";
+  version = "1.7";
 
   src = fetchFromGitHub {
     owner = "madmaxms";
     repo = "theme-jade-1";
     rev = "v${version}";
-    sha256 = "1lnajrsikw6dljf6dvgmj8aqwywmgdp34h3xsc0xiyq07arhp606";
+    sha256 = "19vg95bf0ylmfhg0frs2k0k7c0wfn933h06wrklb9p5qy84hfig3";
   };
 
   propagatedUserEnvPkgs = [ gtk-engine-murrine ];
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    description = "Fork of the original Linux Mint theme with dark menus, more intensive green and some other modifications";
+    description = "Based on Linux Mint theme with dark menus and more intensive green";
     homepage = "https://github.com/madmaxms/theme-jade-1";
     license = with licenses; [ gpl3 ];
     platforms = platforms.linux;