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

numix-icon-theme-square: 23.11.11 -> 23.12.10
This commit is contained in:
José Romildo Malaquias 2023-12-17 10:54:21 -03:00 committed by GitHub
commit b60662c92c
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.11.11";
version = "23.12.10";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-yu9ufr1l21l6v8bRXLJcVkpBD0fDIlgePbStTLH+CDc=";
sha256 = "sha256-kNO0YHHapoIKAosGvCMUEhjP6FkD/CRNhrv5D3dxgoI=";
};
nativeBuildInputs = [ gtk3 ];