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

numix-icon-theme-circle: 24.03.12 -> 24.04.16
This commit is contained in:
rewine 2024-04-22 01:16:30 +08:00 committed by GitHub
commit ac33fe5658
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.03.12";
version = "24.04.16";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-WWgppmMIXa7AtMu8Tu3TOt4JvsAkpufZva1reE+UaWg=";
sha256 = "sha256-1SBIEqbgJwRcoCPWDL5YoapNHsrqWcpjFo0xp+GSXXs=";
};
nativeBuildInputs = [ gtk3 ];