about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-05-22 17:29:38 +0200
committerGitHub <noreply@github.com>2021-05-22 17:29:38 +0200
commit128f0ad2f4c5eef67a32913271de2c4b48a55a24 (patch)
tree9f94ee6673120fe01a2290867291a916248defa1
parent832d804bbc6a81792fe2870475b702c4a038b5ea (diff)
parent8b5ee08d61d01804494e480c61865aee7de121a6 (diff)
Merge pull request #123801 from romildo/upd.matcha-gtk-theme
matcha-gtk-theme: 2021-04-09 -> 2021-05-20
-rw-r--r--pkgs/data/themes/matcha/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/themes/matcha/default.nix b/pkgs/data/themes/matcha/default.nix
index eaad095d64b45..bfede60c2f743 100644
--- a/pkgs/data/themes/matcha/default.nix
+++ b/pkgs/data/themes/matcha/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "matcha-gtk-theme";
-  version = "2021-04-09";
+  version = "2021-05-20";
 
   src = fetchFromGitHub {
     owner = "vinceliuice";
     repo = pname;
     rev = version;
-    sha256 = "1989v2924g1pwycp44zlgryr73p82n9hmf71d0acs455jajf0pvv";
+    sha256 = "0jx55dn9j0395ws7507mj8px4yq4jlmms6xr9jlhp0qxnr4y1smd";
   };
 
   buildInputs = [ gdk-pixbuf librsvg ];