numix-icon-theme-square: 23.07.21 -> 23.08.16

This commit is contained in:
R. Ryantm 2023-08-19 14:24:33 +00:00
parent 424040f784
commit 34b92315b5

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "23.07.21";
version = "23.08.16";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-rHT4lD+RcwRmE63Dd7/oXVAltRTfpisptzyD1EQG4Aw=";
sha256 = "sha256-zlh3Jh3ZrNo58ijGPwdaiHnTFoT6L3ZC0VTRY0Se3qs=";
};
nativeBuildInputs = [ gtk3 ];