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

numix-icon-theme-square: 23.03.04 -> 23.03.19
This commit is contained in:
Nick Cao 2023-03-20 10:25:13 +08:00 committed by GitHub
commit fc8a1965d0
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.03.04";
version = "23.03.19";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-sxrgjlO4xKgk4QoJ6XvHBg9h5kaZd4l8ERp+7CLf6Cg=";
sha256 = "sha256-Hdwby8U9D+k4AjKyDeWhCfGr7z7ETNQPr1lnwweAp7g=";
};
nativeBuildInputs = [ gtk3 ];