aboutsummaryrefslogtreecommitdiff
path: root/pkgs/misc/themes/matcha/default.nix
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2018-10-14 19:01:37 -0300
committerxeji <36407913+xeji@users.noreply.github.com>2018-10-15 00:01:37 +0200
commit72bb5a5449f9c0dc0948b2174592f2b201ee2968 (patch)
tree75b066a567711b3e525ee11f0b00dfa01f506ed1 /pkgs/misc/themes/matcha/default.nix
parent1dae4621f735df3e6c60728d9a9e3e3cc317aefe (diff)
matcha: 2018-09-14 -> 2018-10-12 (#48426)
Diffstat (limited to '')
-rw-r--r--pkgs/misc/themes/matcha/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/misc/themes/matcha/default.nix b/pkgs/misc/themes/matcha/default.nix
index 264d171292d2..e23fb7ff47cf 100644
--- a/pkgs/misc/themes/matcha/default.nix
+++ b/pkgs/misc/themes/matcha/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "matcha-${version}";
- version = "2018-09-14";
+ version = "2018-10-12";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = "matcha";
- rev = "fe35259742b5ae007ab17d46d21acad5754477b9";
- sha256 = "1qwb8l1xfx9ca2y9gcsckxikijz1ij28dirvpqvhbbyn1m8i9hwd";
+ rev = "c1c91db44d9e28cc71af019784a77175a60a7b9d";
+ sha256 = "0sr805ghgh8sr9nncs693b9p756nmi1l4d8mfywj6z219jhy77qv";
};
buildInputs = [ gdk_pixbuf librsvg ];