numix-icon-theme-circle: 23.08.09 -> 23.08.16

This commit is contained in:
R. Ryantm 2023-08-25 14:00:40 +00:00
parent e9e72a4b0d
commit 7f59cf56a0

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-circle";
version = "23.08.09";
version = "23.08.16";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-YLr5WQox1TzGxRZGJf7NzFRhkNIPJaYFyOYwp9MfkDQ=";
sha256 = "sha256-FXWue9CiX2zh7FXLnlG+SOto2Z4oznWNYpgZlMvVGn4=";
};
nativeBuildInputs = [ gtk3 ];