summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2020-10-11 00:21:32 -0300
committerJon <jonringer@users.noreply.github.com>2020-10-12 10:10:21 -0700
commit511f36333edc58e13df07c78f1232b5a535afcb2 (patch)
tree81e319f34a07d76ef825667503db8827e372d5d0
parent95e3e3e09ae6a1de103a773521d3de9dd000c30f (diff)
downloadnixpkgs-511f36333edc58e13df07c78f1232b5a535afcb2.tar
nixpkgs-511f36333edc58e13df07c78f1232b5a535afcb2.tar.gz
nixpkgs-511f36333edc58e13df07c78f1232b5a535afcb2.tar.bz2
nixpkgs-511f36333edc58e13df07c78f1232b5a535afcb2.tar.lz
nixpkgs-511f36333edc58e13df07c78f1232b5a535afcb2.tar.xz
nixpkgs-511f36333edc58e13df07c78f1232b5a535afcb2.tar.zst
nixpkgs-511f36333edc58e13df07c78f1232b5a535afcb2.zip
amber-theme: 3.36-1 -> 3.36-2
-rw-r--r--pkgs/data/themes/amber/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/data/themes/amber/default.nix b/pkgs/data/themes/amber/default.nix
index 589ce716f49..84eaee90fdb 100644
--- a/pkgs/data/themes/amber/default.nix
+++ b/pkgs/data/themes/amber/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "amber-theme";
-  version = "3.36-1";
+  version = "3.36-2";
 
   src = fetchFromGitHub {
     owner = "lassekongo83";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0dn81ca3kyfz4ql15kl5108gw309cc0c1inmwlch1nq5dslmfjji";
+    sha256 = "1g0hkv9sxfxfnpv8x7g64lr2by7wd4k216s3y9xpibsycdbwpyi5";
   };
 
   nativeBuildInputs = [ meson ninja sassc ];
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "GTK, gnome-shell and Xfce theme based on Ubuntu Ambiance";
     homepage = "https://github.com/lassekongo83/amber-theme";
-    license = licenses.gpl3;
+    license = licenses.gpl3Only;
     platforms = platforms.linux;
     maintainers = [ maintainers.romildo ];
   };