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

numix-icon-theme-square: 23.07.08 -> 23.07.21
This commit is contained in:
José Romildo Malaquias 2023-07-23 23:24:03 -03:00 committed by GitHub
commit c56c6e9ba8
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.07.08";
version = "23.07.21";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-wT71uGYaZ1URzDrtpWPvcMxuwoJoztJPCtnEOVJ1xUY=";
sha256 = "sha256-rHT4lD+RcwRmE63Dd7/oXVAltRTfpisptzyD1EQG4Aw=";
};
nativeBuildInputs = [ gtk3 ];