Merge pull request #196441 from r-ryantm/auto-update/numix-icon-theme-square

numix-icon-theme-square: 22.10.05 -> 22.10.17
This commit is contained in:
José Romildo Malaquias
2022-10-17 17:37:43 -03:00
committed by GitHub
@@ -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 ];