numix-icon-theme-square: 23.03.04 -> 23.03.19

This commit is contained in:
R. Ryantm 2023-03-20 01:47:44 +00:00
parent d384095645
commit b19fc2cceb

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "23.03.04";
version = "23.03.19";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-sxrgjlO4xKgk4QoJ6XvHBg9h5kaZd4l8ERp+7CLf6Cg=";
sha256 = "sha256-Hdwby8U9D+k4AjKyDeWhCfGr7z7ETNQPr1lnwweAp7g=";
};
nativeBuildInputs = [ gtk3 ];