summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2019-02-05 18:03:33 -0200
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-02-06 01:15:57 -0500
commitce8878fdeb600c408cc6a75273ec0c38f074f8f0 (patch)
tree07ca037d83e066fcae36f20fb33234c3268619c4 /pkgs/data
parent89c2bf50694c330b3d2727e7afeca0068172d391 (diff)
downloadnixpkgs-ce8878fdeb600c408cc6a75273ec0c38f074f8f0.tar
nixpkgs-ce8878fdeb600c408cc6a75273ec0c38f074f8f0.tar.gz
nixpkgs-ce8878fdeb600c408cc6a75273ec0c38f074f8f0.tar.bz2
nixpkgs-ce8878fdeb600c408cc6a75273ec0c38f074f8f0.tar.lz
nixpkgs-ce8878fdeb600c408cc6a75273ec0c38f074f8f0.tar.xz
nixpkgs-ce8878fdeb600c408cc6a75273ec0c38f074f8f0.tar.zst
nixpkgs-ce8878fdeb600c408cc6a75273ec0c38f074f8f0.zip
materia-theme: 20181125 -> 20190201
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/themes/materia-theme/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/data/themes/materia-theme/default.nix b/pkgs/data/themes/materia-theme/default.nix
index f081078d3af..efafdb5d3bb 100644
--- a/pkgs/data/themes/materia-theme/default.nix
+++ b/pkgs/data/themes/materia-theme/default.nix
@@ -1,14 +1,14 @@
 { stdenv, fetchFromGitHub, gnome3, libxml2, gtk-engine-murrine, gdk_pixbuf, librsvg, bc }:
 
 stdenv.mkDerivation rec {
-  name = "materia-theme-${version}";
-  version = "20181125";
+  pname = "materia-theme";
+  version = "20190201";
 
   src = fetchFromGitHub {
     owner = "nana-4";
-    repo = "materia-theme";
+    repo = pname;
     rev = "v${version}";
-    sha256 = "17gsgll2m534lwvpffqisdmhhmn0da419wnpq39wv5cjnmk0q3by";
+    sha256 = "0al6d1ijrdzhia1nflyy178r1jszh82splv81cjpj8cyrq579r32";
   };
 
   nativeBuildInputs = [ gnome3.glib libxml2 bc ];
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    description = "A Material Design theme for GNOME/GTK+ based desktop environments";
+    description = "Material Design theme for GNOME/GTK+ based desktop environments";
     homepage = https://github.com/nana-4/materia-theme;
     license = licenses.gpl2;
     platforms = platforms.all;