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

numix-icon-theme-square: 22.11.26 -> 23.01.02
This commit is contained in:
José Romildo Malaquias 2023-01-07 09:24:01 -03:00 committed by GitHub
commit db18dd2815
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "22.11.26";
version = "23.01.02";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-aHDO/Qi3NeF2dFElr6fn34yuuwMJ1fK63AoEjSUt81I=";
sha256 = "sha256-8GUcfrnnWbJ+tJmc5zwOFfEFMOfeodYY4KyytAnaZEE=";
};
nativeBuildInputs = [ gtk3 ];