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

numix-icon-theme-square: 23.06.11 -> 23.06.21
This commit is contained in:
José Romildo Malaquias
2023-06-25 19:48:36 -03:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "23.06.11";
version = "23.06.21";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-pm3sEx3OJkS4sz+sg09HeTSdQZTdjyxJCsjYWCA4mN0=";
sha256 = "sha256-eJELv8lRgV687vu0PQfvZoSTaPtVyTniRINRxIIVjJg=";
};
nativeBuildInputs = [ gtk3 ];