about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-01-20 10:55:55 +0000
committerGitHub <noreply@github.com>2019-01-20 10:55:55 +0000
commit745eb87ac7dde0f6365a98892404ae7184043fc2 (patch)
tree1cd4a359e2fdaa83327b0dd4577a12625e480627 /pkgs/data
parent7e24c258d7bc82eb586a89927f0eb892fe81350c (diff)
parent6751249f4a21cc5f9c63fef620ae69f60b8995e6 (diff)
downloadnixlib-745eb87ac7dde0f6365a98892404ae7184043fc2.tar
nixlib-745eb87ac7dde0f6365a98892404ae7184043fc2.tar.gz
nixlib-745eb87ac7dde0f6365a98892404ae7184043fc2.tar.bz2
nixlib-745eb87ac7dde0f6365a98892404ae7184043fc2.tar.lz
nixlib-745eb87ac7dde0f6365a98892404ae7184043fc2.tar.xz
nixlib-745eb87ac7dde0f6365a98892404ae7184043fc2.tar.zst
nixlib-745eb87ac7dde0f6365a98892404ae7184043fc2.zip
Merge pull request #54337 from romildo/upd.nordic-polar
nordic-polar: 1.3.0 -> 1.4.0
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/themes/nordic-polar/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/data/themes/nordic-polar/default.nix b/pkgs/data/themes/nordic-polar/default.nix
index 305f59529479..af1ccd0a5829 100644
--- a/pkgs/data/themes/nordic-polar/default.nix
+++ b/pkgs/data/themes/nordic-polar/default.nix
@@ -2,16 +2,16 @@
 
 stdenv.mkDerivation rec {
   name = "nordic-polar-${version}";
-  version = "1.3.0";
+  version = "1.4.0";
 
   srcs = [
     (fetchurl {
       url = "https://github.com/EliverLara/Nordic-Polar/releases/download/v${version}/Nordic-Polar.tar.xz";
-      sha256 = "1c5zgymkwd89fr680c49siwbkhfbay56iq9vlyqkj1dp0xnc528s";
+      sha256 = "0sw4m1njnxal1kkiipsvfg9ndzxsf9rxfba5vhwswyzk388264xa";
     })
     (fetchurl {
       url = "https://github.com/EliverLara/Nordic-Polar/releases/download/v${version}/Nordic-Polar-standard-buttons.tar.xz";
-      sha256 = "0nxzcgqzc42qvnhafranz6rwanqb4wzf9ychm5m4yrlp3ngw38p4";
+      sha256 = "0ix0x0pnhfd1lrfj7a7n8xfg8vvzg7m0dzrsj8gzpav6wvwlypiy";
     })
   ];