Merge pull request #328543 from r-ryantm/auto-update/numix-icon-theme-circle

numix-icon-theme-circle: 24.04.22 -> 24.07.19
This commit is contained in:
José Romildo Malaquias 2024-07-20 08:27:16 -03:00 committed by GitHub
commit 836326e745
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-circle";
version = "24.04.22";
version = "24.07.19";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-FRE3zb/81IEHFFvX+rIDFPVe5vw/hToLqVLkXssMgoA=";
sha256 = "sha256-tCqsFcKGUV4sLkoyc3beHmnJxVwRxEGo+G5PJfBuHbI=";
};
nativeBuildInputs = [ gtk3 ];