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

This commit is contained in:
R. Ryantm 2022-10-17 17:22:43 +00:00
parent d0f9857448
commit 4435512d97

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "22.10.05";
version = "22.10.17";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-uOS6oWcB+2A26u9NTT+xhLHWqaKy5WMSR6WddKS6gEw=";
sha256 = "sha256-uS2Oqb5yRNHZDheflo5U4wyMm8fLvU4w3qLjPQ+zE68=";
};
nativeBuildInputs = [ gtk3 ];