numix-icon-theme-square: 23.12.10 -> 24.02.05

This commit is contained in:
R. Ryantm 2024-02-07 11:34:08 +00:00
parent 54c94cd3aa
commit c319883be2

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "23.12.10";
version = "24.02.05";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-kNO0YHHapoIKAosGvCMUEhjP6FkD/CRNhrv5D3dxgoI=";
sha256 = "sha256-IYfyoDoBQOFLGRS6v487GLAdUSJUuscLIUwi65ilu90=";
};
nativeBuildInputs = [ gtk3 ];