summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-07 04:55:20 +0000
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-03-14 14:29:56 +0100
commitb577edfa8c8f638ff26cf8c1c26341d7f0c6ef76 (patch)
treee01bca0a32f60426668da0c833a888d19662d6a3
parentf124f11e50b458142f88836da72b35c1302ce803 (diff)
downloadnixpkgs-b577edfa8c8f638ff26cf8c1c26341d7f0c6ef76.tar
nixpkgs-b577edfa8c8f638ff26cf8c1c26341d7f0c6ef76.tar.gz
nixpkgs-b577edfa8c8f638ff26cf8c1c26341d7f0c6ef76.tar.bz2
nixpkgs-b577edfa8c8f638ff26cf8c1c26341d7f0c6ef76.tar.lz
nixpkgs-b577edfa8c8f638ff26cf8c1c26341d7f0c6ef76.tar.xz
nixpkgs-b577edfa8c8f638ff26cf8c1c26341d7f0c6ef76.tar.zst
nixpkgs-b577edfa8c8f638ff26cf8c1c26341d7f0c6ef76.zip
plata-theme: 0.9.2 -> 0.9.3
-rw-r--r--pkgs/data/themes/plata/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/data/themes/plata/default.nix b/pkgs/data/themes/plata/default.nix
index 0fb061519e6..08f178b30e8 100644
--- a/pkgs/data/themes/plata/default.nix
+++ b/pkgs/data/themes/plata/default.nix
@@ -19,13 +19,13 @@
 
 stdenv.mkDerivation rec {
   pname = "plata-theme";
-  version = "0.9.2";
+  version = "0.9.3";
 
   src = fetchFromGitLab {
     owner = "tista500";
     repo = "plata-theme";
     rev = version;
-    sha256 = "1z8kiac3gb4hsyq92p5dd8fyjv7bad55q65kbnjiskpm4ircg4ja";
+    sha256 = "183kas7b5vxm6l2m5c4yh8cnq05sfa82afcp9h6cfj2rh2iv6kqy";
   };
 
   preferLocalBuild = true;
@@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A GTK theme based on Material Design Refresh";
-    homepage = https://gitlab.com/tista500/plata-theme;
+    homepage = "https://gitlab.com/tista500/plata-theme";
     license = with licenses; [ gpl2 cc-by-sa-40 ];
     platforms = platforms.linux;
     maintainers = [ maintainers.tadfisher ];