numix-icon-theme-square: 24.04.16 -> 24.04.22

This commit is contained in:
R. Ryantm 2024-04-23 21:42:20 +00:00
parent 71b4a60386
commit 9d759cb987
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "24.04.16";
version = "24.04.22";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-PYsGP0Snn9A5cJ5CG+RyjC+TJwAqJOFQdnYIUkugnq0=";
sha256 = "sha256-Co6tMvYFl0v4pZSGtamlIb6g6koAUyC0xyxcQig62J4=";
};
nativeBuildInputs = [ gtk3 ];