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

numix-icon-theme-circle: 24.04.16 -> 24.04.22
This commit is contained in:
Nick Cao 2024-04-27 10:22:52 -04:00 committed by GitHub
commit a0ff4e6c85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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