numix-icon-theme-circle: 23.06.21 -> 23.07.08

This commit is contained in:
R. Ryantm 2023-07-14 02:12:42 +00:00
parent fa32e3cbae
commit 3f13f26e93

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-circle";
version = "23.06.21";
version = "23.07.08";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-FoyBO/4AB1tEHTFyQoYB/rDK+HZfFAE9c3nVULTaWpM=";
sha256 = "sha256-JToou95HIrfqdT0IVh0colgGFXq3GR2D3FQU0Qc57Y4=";
};
nativeBuildInputs = [ gtk3 ];