lol

Merge pull request #239796 from r-ryantm/auto-update/numix-icon-theme-square

numix-icon-theme-square: 23.06.11 -> 23.06.21

authored by

José Romildo Malaquias and committed by
GitHub
3192b8eb e1552c4f

+2 -2
+2 -2
pkgs/data/icons/numix-icon-theme-square/default.nix
··· 2 2 3 3 stdenvNoCC.mkDerivation rec { 4 4 pname = "numix-icon-theme-square"; 5 - version = "23.06.11"; 5 + version = "23.06.21"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "numixproject"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "sha256-pm3sEx3OJkS4sz+sg09HeTSdQZTdjyxJCsjYWCA4mN0="; 11 + sha256 = "sha256-eJELv8lRgV687vu0PQfvZoSTaPtVyTniRINRxIIVjJg="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ gtk3 ];