numix-icon-theme-square: 23.09.11 -> 23.10.09

This commit is contained in:
R. Ryantm 2023-10-11 20:56:58 +00:00
parent 535734e71c
commit df8d91eb3a

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "23.09.11";
version = "23.10.09";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-YipdEvmQnqiuxheYS+y5t37uonzr/nH54PVLm4xp31E=";
sha256 = "sha256-NAvgrD0ckAC0vpF7BkEVWGmsuoWeMuSOdp2c9wEzv4s=";
};
nativeBuildInputs = [ gtk3 ];