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

numix-icon-theme-square: 23.04.20 -> 23.04.28
This commit is contained in:
Weijia Wang 2023-05-03 21:37:44 +03:00 committed by GitHub
commit 9131012faf
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.04.20";
version = "23.04.28";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-O9itWigot15qljmPx4msBa7ucb4j+Wb08q5UTsF2sB8=";
sha256 = "sha256-YiuXSYRiFyRh+dlZAvVViYGI2M57z1QPRb3JleL57Go=";
};
nativeBuildInputs = [ gtk3 ];