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

numix-icon-theme-square: 22.09.18 -> 22.09.24
This commit is contained in:
José Romildo Malaquias 2022-09-26 10:56:09 -03:00 committed by GitHub
commit 5e2c95a525
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.09.18";
version = "22.09.24";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-cJexDI4egOGLggL0kGTu/nplQQg1lPjvnoVk9VCS5gA=";
sha256 = "sha256-LoEG/wTx2EYhuln7TYgcJrd4YkrX2ZJrl8ztVJ0xSyk=";
};
nativeBuildInputs = [ gtk3 ];