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

numix-icon-theme-square: 23.08.16 -> 23.09.11
This commit is contained in:
Nick Cao 2023-09-12 09:30:05 -04:00 committed by GitHub
commit ede060833d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "23.08.16";
version = "23.09.11";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-zlh3Jh3ZrNo58ijGPwdaiHnTFoT6L3ZC0VTRY0Se3qs=";
sha256 = "sha256-YipdEvmQnqiuxheYS+y5t37uonzr/nH54PVLm4xp31E=";
};
nativeBuildInputs = [ gtk3 ];