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

This commit is contained in:
R. Ryantm 2022-11-28 23:04:22 +00:00
parent 1712fc4a50
commit 4ca286427d

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "22.11.05";
version = "22.11.26";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-XHf9YzZ9VY63Jv7HXSL2NAfft1VYeMzcqd9+vz1CBhg=";
sha256 = "sha256-aHDO/Qi3NeF2dFElr6fn34yuuwMJ1fK63AoEjSUt81I=";
};
nativeBuildInputs = [ gtk3 ];