numix-icon-theme-square: 22.10.31 -> 22.11.05

This commit is contained in:
R. Ryantm 2022-11-05 18:57:59 +00:00
parent 19951ca9bd
commit ee94fbdfe2

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "22.10.31";
version = "22.11.05";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-TtRIVut4VBkQnM0+DM44305+FG3l2tDSU+FfaR7OFZI=";
sha256 = "sha256-XHf9YzZ9VY63Jv7HXSL2NAfft1VYeMzcqd9+vz1CBhg=";
};
nativeBuildInputs = [ gtk3 ];