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

numix-icon-theme-circle: 23.06.21 -> 23.07.08
This commit is contained in:
Nick Cao
2023-07-13 23:38:19 -06:00
committed by GitHub
@@ -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 ];