3
0
Fork 0
forked from mirrors/nixpkgs

numix-icon-theme-square: 22.09.18 -> 22.09.24

This commit is contained in:
R. Ryantm 2022-09-26 10:37:45 +00:00
parent ff9793cfd1
commit bf92799e1f

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "22.09.18";
version = "22.09.24";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-cJexDI4egOGLggL0kGTu/nplQQg1lPjvnoVk9VCS5gA=";
sha256 = "sha256-LoEG/wTx2EYhuln7TYgcJrd4YkrX2ZJrl8ztVJ0xSyk=";
};
nativeBuildInputs = [ gtk3 ];