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

This commit is contained in:
R. Ryantm 2023-07-23 13:22:30 +00:00
parent 70856388bc
commit ae246d5e99

View file

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