about summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorJosé Romildo <malaquias@gmail.com>2021-11-14 11:24:45 -0300
committerJosé Romildo <malaquias@gmail.com>2021-11-14 11:24:45 -0300
commit9201d388edc76b87f7d28f4297a25f0f0ce2e2f3 (patch)
tree3d05f1a2ffe6a1f286d3cbc4ffe23be89137faf0 /pkgs/data/icons
parentf244102b5480861e3e45a172e7cb635b8935a6aa (diff)
moka-icon-theme: 5.4.0 -> unstable-2019-05-29
Diffstat (limited to 'pkgs/data/icons')
-rw-r--r--pkgs/data/icons/moka-icon-theme/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/data/icons/moka-icon-theme/default.nix b/pkgs/data/icons/moka-icon-theme/default.nix
index 5e67fdc9cc934..9ae2e39250d38 100644
--- a/pkgs/data/icons/moka-icon-theme/default.nix
+++ b/pkgs/data/icons/moka-icon-theme/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "moka-icon-theme";
-  version = "5.4.0";
+  version = "unstable-2019-05-29";
 
   src = fetchFromGitHub {
     owner = "snwh";
     repo = pname;
-    rev = "v${version}";
-    sha256 = "015l02im4mha5z91dbchxf6xkp66d346bg3xskwg0rh3lglhjsrd";
+    rev = "c0355ea31e5cfdb6b44d8108f602d66817546a09";
+    sha256 = "0m4kfarkl94wdhsds2q1l9x5hfa9l3117l8j6j7qm7sf7yzr90c8";
   };
 
   nativeBuildInputs = [
@@ -30,9 +30,9 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
-    description = "An icon theme designed with a minimal flat style using simple geometry and bright colours";
+    description = "Icon theme designed with a minimal flat style using simple geometry and bright colours";
     homepage = "https://snwh.org/moka";
-    license = with licenses; [ cc-by-sa-40 gpl3 ];
+    license = with licenses; [ cc-by-sa-40 gpl3Only ];
     # darwin cannot deal with file names differing only in case
     platforms = platforms.linux;
     maintainers = with maintainers; [ romildo ];