numix-icon-theme-circle: 25.12.27 -> 26.01.11

This commit is contained in:
R. Ryantm
2026-01-18 06:01:38 +00:00
parent 015d12a416
commit bd0c07e057
@@ -10,13 +10,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-circle";
version = "25.12.27";
version = "26.01.11";
src = fetchFromGitHub {
owner = "numixproject";
repo = "numix-icon-theme-circle";
rev = version;
sha256 = "sha256-5/PSZdSLpVlS5+dKjDhN82wuCiQRE/J1OEQSihlB81A=";
sha256 = "sha256-L+GO3TJ7UJYIjpsVtWgFkFd313u+E4I4ResNgQz8T70=";
};
nativeBuildInputs = [ gtk3 ];