numix-icon-theme-circle: 22.10.05 -> 22.10.17

This commit is contained in:
R. Ryantm 2022-10-17 17:22:32 +00:00
parent d0f9857448
commit af3398a1c3

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-circle";
version = "22.10.05";
version = "22.10.17";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-fQSAyVf3IwsTTUxzvYRvu5uUEyaPPdbuK2tQ3o16zDA=";
sha256 = "sha256-eM6oRchH7kuK9CZiQ8iIrHYrSG4p+y1bdXEdezFjNDw=";
};
nativeBuildInputs = [ gtk3 ];