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

numix-icon-theme-circle: 24.02.05 -> 24.03.12
This commit is contained in:
José Romildo Malaquias 2024-03-15 11:07:20 -03:00 committed by GitHub
commit 286f17d7e6
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.02.05";
version = "24.03.12";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-XootwpvdYrg3tBsMKssTuTiLPPMaFb7N401XeT889EM=";
sha256 = "sha256-WWgppmMIXa7AtMu8Tu3TOt4JvsAkpufZva1reE+UaWg=";
};
nativeBuildInputs = [ gtk3 ];