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

numix-icon-theme-square: 22.11.05 -> 22.11.26
This commit is contained in:
José Romildo Malaquias 2022-11-28 22:59:57 -03:00 committed by GitHub
commit 2145ac6902
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.05";
version = "22.11.26";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-XHf9YzZ9VY63Jv7HXSL2NAfft1VYeMzcqd9+vz1CBhg=";
sha256 = "sha256-aHDO/Qi3NeF2dFElr6fn34yuuwMJ1fK63AoEjSUt81I=";
};
nativeBuildInputs = [ gtk3 ];