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

numix-icon-theme-square: 22.09.12 -> 22.09.18

Changed files
+2 -2
pkgs
data
icons
numix-icon-theme-square
+2 -2
pkgs/data/icons/numix-icon-theme-square/default.nix
···
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
-
version = "22.09.12";
+
version = "22.09.18";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
-
sha256 = "sha256-cwdP7vY7sXYhBbMpSvfDuuNZBalddmP5XEYMYmpYeoc=";
+
sha256 = "sha256-cJexDI4egOGLggL0kGTu/nplQQg1lPjvnoVk9VCS5gA=";
};
nativeBuildInputs = [ gtk3 ];