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

numix-icon-theme-square: 23.06.21 -> 23.07.08
This commit is contained in:
Nick Cao 2023-07-11 09:08:07 +08:00 committed by GitHub
commit 81c678b222
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.06.21";
version = "23.07.08";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-eJELv8lRgV687vu0PQfvZoSTaPtVyTniRINRxIIVjJg=";
sha256 = "sha256-wT71uGYaZ1URzDrtpWPvcMxuwoJoztJPCtnEOVJ1xUY=";
};
nativeBuildInputs = [ gtk3 ];