summary refs log tree commit diff
path: root/pkgs/data/themes/stilo/default.nix
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2020-10-11 00:25:48 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2020-10-11 00:25:48 -0300
commit14258779e6464e05d9e210d8e3553d5c7c8a1a69 (patch)
treea1520ed41dbe24a4d9cf9bfdf9c876900c9c03e1 /pkgs/data/themes/stilo/default.nix
parentfb20a2f1410db618b05f20df63558cf63de84e2f (diff)
downloadnixpkgs-14258779e6464e05d9e210d8e3553d5c7c8a1a69.tar
nixpkgs-14258779e6464e05d9e210d8e3553d5c7c8a1a69.tar.gz
nixpkgs-14258779e6464e05d9e210d8e3553d5c7c8a1a69.tar.bz2
nixpkgs-14258779e6464e05d9e210d8e3553d5c7c8a1a69.tar.lz
nixpkgs-14258779e6464e05d9e210d8e3553d5c7c8a1a69.tar.xz
nixpkgs-14258779e6464e05d9e210d8e3553d5c7c8a1a69.tar.zst
nixpkgs-14258779e6464e05d9e210d8e3553d5c7c8a1a69.zip
stilo-themes: 3.36-2 -> 3.36-3
Diffstat (limited to 'pkgs/data/themes/stilo/default.nix')
-rw-r--r--pkgs/data/themes/stilo/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/data/themes/stilo/default.nix b/pkgs/data/themes/stilo/default.nix
index ecef868f287..066d122d441 100644
--- a/pkgs/data/themes/stilo/default.nix
+++ b/pkgs/data/themes/stilo/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "stilo-themes";
-  version = "3.36-2";
+  version = "3.36-3";
 
   src = fetchFromGitHub {
     owner = "lassekongo83";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0w4il6rk1f8yjmdxpnzq6zll2jjqbyp9dckxhzxgs4zh8fy9pzvh";
+    sha256 = "0haxzqxyfx3rc305w7f744fp2xb6j7yn28ldynnvmm47h7ga3as3";
   };
 
   nativeBuildInputs = [ meson ninja sassc ];
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Minimalistic GTK, gnome shell and Xfce themes";
     homepage = "https://github.com/lassekongo83/stilo-themes";
-    license = licenses.gpl3;
+    license = licenses.gpl3Only;
     platforms = platforms.linux;
     maintainers = [ maintainers.romildo ];
   };