numix-icon-theme-circle: 23.02.12 -> 23.02.16

This commit is contained in:
R. Ryantm 2023-02-19 11:06:33 +00:00
parent 03057aa1fd
commit 6ba1fdef07

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-circle";
version = "23.02.12";
version = "23.02.16";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-gQdVmF7ZzC+KjU0uQW6+sEw9Wz5940G60ebXqKHajuY=";
sha256 = "sha256-P/lg+7hx3WOmuWUKznFVKlPIB+MqlE3Nb/n8WK8aUM8=";
};
nativeBuildInputs = [ gtk3 ];