about summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-03-27 14:43:31 +0200
committerGitHub <noreply@github.com>2022-03-27 14:43:31 +0200
commit806319e029acc251383364ff4637bf51da26894e (patch)
treef01653843f940b2f4fd0e343d677273d85fe62dd /pkgs/data/icons
parent0b308b52b8035b1d7c37a0c931559661accc8183 (diff)
parenta5a4d17aa39f00472f918778becd3fa0b5a2f68c (diff)
Merge pull request #165641 from romildo/upd.humanity-icon-theme
Diffstat (limited to 'pkgs/data/icons')
-rw-r--r--pkgs/data/icons/humanity-icon-theme/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/data/icons/humanity-icon-theme/default.nix b/pkgs/data/icons/humanity-icon-theme/default.nix
index 12e2d0a06d629..87ec255d9d4aa 100644
--- a/pkgs/data/icons/humanity-icon-theme/default.nix
+++ b/pkgs/data/icons/humanity-icon-theme/default.nix
@@ -1,12 +1,12 @@
-{ lib, stdenv, fetchurl, gtk3, gnome, hicolor-icon-theme }:
+{ lib, stdenvNoCC, fetchurl, gtk3, gnome, hicolor-icon-theme }:
 
-stdenv.mkDerivation rec {
+stdenvNoCC.mkDerivation rec {
   pname = "humanity-icon-theme";
-  version = "0.6.15";
+  version = "0.6.16";
 
   src = fetchurl {
     url = "https://launchpad.net/ubuntu/+archive/primary/+files/${pname}_${version}.tar.xz";
-    sha256 = "19ja47468s3jfabvakq9wknyfclfr31a9vd11p3mhapfq8jv9g4x";
+    sha256 = "sha256-AyHl4zMyFE2/5Cui3Y/SB1yEUuyafDdybFPrafo4Ki0=";
   };
 
   nativeBuildInputs = [