numix-icon-theme-circle: 23.03.04 -> 23.03.19

This commit is contained in:
R. Ryantm 2023-03-20 09:28:04 +00:00
parent d384095645
commit b762d1ddbc

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-circle";
version = "23.03.04";
version = "23.03.19";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-2do/8NKO47zj3+V5+P79el41jy7q6aXdhYXVRRoVusI=";
sha256 = "sha256-kvIPtPJkBIioz/ScES3xmzjJ0IH4eK5wYSj5Jb2U47g=";
};
nativeBuildInputs = [ gtk3 ];