about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2020-02-24 18:14:43 -0300
committerGitHub <noreply@github.com>2020-02-24 18:14:43 -0300
commit3d72b9d1038bab1f1f4f3154785c4da2580dfe76 (patch)
tree008d3b0cf609963b912112c65d0a20c36b0663be /pkgs/data
parentd5afe79e5511d2d75f479b29ee9e0211a4840441 (diff)
parent25a9659f5a2c707eaa37095e63f3d66f79e6e9d1 (diff)
downloadnixlib-3d72b9d1038bab1f1f4f3154785c4da2580dfe76.tar
nixlib-3d72b9d1038bab1f1f4f3154785c4da2580dfe76.tar.gz
nixlib-3d72b9d1038bab1f1f4f3154785c4da2580dfe76.tar.bz2
nixlib-3d72b9d1038bab1f1f4f3154785c4da2580dfe76.tar.lz
nixlib-3d72b9d1038bab1f1f4f3154785c4da2580dfe76.tar.xz
nixlib-3d72b9d1038bab1f1f4f3154785c4da2580dfe76.tar.zst
nixlib-3d72b9d1038bab1f1f4f3154785c4da2580dfe76.zip
Merge pull request #80732 from romildo/upd.nordic-polar
nordic-polar: 1.5.0 -> 1.6.0
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/themes/nordic-polar/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/data/themes/nordic-polar/default.nix b/pkgs/data/themes/nordic-polar/default.nix
index d1cfb800001b..1ec260f5033e 100644
--- a/pkgs/data/themes/nordic-polar/default.nix
+++ b/pkgs/data/themes/nordic-polar/default.nix
@@ -2,16 +2,16 @@
 
 stdenv.mkDerivation rec {
   pname = "nordic-polar";
-  version = "1.5.0";
+  version = "1.6.0";
 
   srcs = [
     (fetchurl {
-      url = "https://github.com/EliverLara/Nordic-Polar/releases/download/v.${version}/Nordic-Polar.tar.xz";
-      sha256 = "0ddccxvyf929045x6fm8xyx6rvb0d6wh6pylycwgqqm4vxbdwnly";
+      url = "https://github.com/EliverLara/Nordic-Polar/releases/download/v${version}/Nordic-Polar.tar.xz";
+      sha256 = "0cym8rcg8jpfraqlfrmymkm0jrsk1s9p7z6vcil4vxbyim9q9w16";
     })
     (fetchurl {
-      url = "https://github.com/EliverLara/Nordic-Polar/releases/download/v.${version}/Nordic-Polar-standard-buttons.tar.xz";
-      sha256 = "0q0qfy0aw80rds6isx3pjrqx4zrq2crxrm29nrmyzh4gr7n17li6";
+      url = "https://github.com/EliverLara/Nordic-Polar/releases/download/v${version}/Nordic-Polar-standard-buttons.tar.xz";
+      sha256 = "0s4wf9nqpa75km905jh03gl2d2hjcdvfacmkdz3njviqm6pwqxsv";
     })
   ];
 
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Gtk theme created using the awesome Nord color pallete";
-    homepage = https://github.com/EliverLara/Nordic-Polar;
+    homepage = "https://github.com/EliverLara/Nordic-Polar";
     license = licenses.gpl3;
     platforms = platforms.all;
     maintainers = [ maintainers.romildo ];