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

numix-icon-theme-square: 23.01.29 -> 23.02.05
This commit is contained in:
José Romildo Malaquias 2023-02-06 07:52:28 -03:00 committed by GitHub
commit f961dba45c
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 = "23.01.29";
version = "23.02.05";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-uHy1HXCRlPQh9t9bsvClTmP4FW/sP91hYKUXxtdBmdw=";
sha256 = "sha256-FZt/3RugPHjanlxKjITSpaIb5RoKzI9mJvmPn7CNqS4=";
};
nativeBuildInputs = [ gtk3 ];