about summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorJosé Romildo <malaquias@gmail.com>2022-03-24 12:29:46 -0300
committerJosé Romildo <malaquias@gmail.com>2022-03-24 12:29:46 -0300
commita5a4d17aa39f00472f918778becd3fa0b5a2f68c (patch)
treee4c60f915b3b4ae6cd9ed00e0137ddcf8d9f4d7f /pkgs/data/icons
parente492708e2f1c1748392edc9552d5aac7b47c31d0 (diff)
humanity-icon-theme: 0.6.15 -> 0.6.16
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 = [