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

This commit is contained in:
R. Ryantm 2024-04-17 19:38:18 +00:00
parent d3bf7abb55
commit 9ab90120f3

View File

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