summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2018-10-30 06:34:49 -0300
committerxeji <36407913+xeji@users.noreply.github.com>2018-10-30 10:34:49 +0100
commitf51f526f6ba23f143cf54f0c05672aedbc0e3682 (patch)
tree98fe45d71c4b38624a34c71365f5c361f0070656 /pkgs/desktops
parent5c1c90a9ada2e5967f30f68d5b5d8802a542aad6 (diff)
downloadnixlib-f51f526f6ba23f143cf54f0c05672aedbc0e3682.tar
nixlib-f51f526f6ba23f143cf54f0c05672aedbc0e3682.tar.gz
nixlib-f51f526f6ba23f143cf54f0c05672aedbc0e3682.tar.bz2
nixlib-f51f526f6ba23f143cf54f0c05672aedbc0e3682.tar.lz
nixlib-f51f526f6ba23f143cf54f0c05672aedbc0e3682.tar.xz
nixlib-f51f526f6ba23f143cf54f0c05672aedbc0e3682.tar.zst
nixlib-f51f526f6ba23f143cf54f0c05672aedbc0e3682.zip
deepin-gtk-theme: 17.10.8 -> 17.10.9 (#49432)
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/deepin/deepin-gtk-theme/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/desktops/deepin/deepin-gtk-theme/default.nix b/pkgs/desktops/deepin/deepin-gtk-theme/default.nix
index a36a96771904..c46dea2875ad 100644
--- a/pkgs/desktops/deepin/deepin-gtk-theme/default.nix
+++ b/pkgs/desktops/deepin/deepin-gtk-theme/default.nix
@@ -2,24 +2,24 @@
 
 stdenv.mkDerivation rec {
   name = "deepin-gtk-theme-${version}";
-  version = "17.10.8";
+  version = "17.10.9";
 
   src = fetchFromGitHub {
     owner = "linuxdeepin";
     repo = "deepin-gtk-theme";
     rev = version;
-    sha256 = "1z5f5dnda18gixkjcxpvsavhv9m5l2kq61958fdfm1idi0cbr7fp";
+    sha256 = "02yn76h007hlmrd7syd82f0mz1c79rlkz3gy1w17zxfy0gdvagz3";
   };
 
   propagatedUserEnvPkgs = [ gtk-engine-murrine ];
 
   makeFlags = [ "PREFIX=$(out)" ];
 
-  meta = {
+  meta = with stdenv.lib; {
     description = "Deepin GTK Theme";
     homepage = https://github.com/linuxdeepin/deepin-gtk-theme;
-    license = stdenv.lib.licenses.lgpl3;
-    platforms = stdenv.lib.platforms.unix;
-    maintainers = [ stdenv.lib.maintainers.romildo ];
+    license = licenses.lgpl3;
+    platforms = platforms.unix;
+    maintainers = [ maintainers.romildo ];
   };
 }