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

numix-icon-theme-square: 23.03.19 -> 23.04.05
This commit is contained in:
Nick Cao 2023-04-06 17:53:25 +08:00 committed by GitHub
commit f875cbdc39
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.19";
version = "23.04.05";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-Hdwby8U9D+k4AjKyDeWhCfGr7z7ETNQPr1lnwweAp7g=";
sha256 = "sha256-fyb0qHmZev7kH8/q6mk2WPT30Szx1/jLIweq12eAIaw=";
};
nativeBuildInputs = [ gtk3 ];