toybox: 0.8.9 -> 0.8.10

This commit is contained in:
R. Ryantm 2023-09-08 07:17:54 +00:00
parent d442dbe487
commit 29c7ce5687

View file

@ -12,13 +12,13 @@ in
stdenv.mkDerivation rec {
pname = "toybox";
version = "0.8.9";
version = "0.8.10";
src = fetchFromGitHub {
owner = "landley";
repo = pname;
rev = version;
sha256 = "sha256-3boPoq/wm0af0DqEWcUCUyCmVFopVMitRHJI1xsjAWM=";
sha256 = "sha256-MMkNLhQP3ztWoRYhCU/cNXE/M+/ny41OK1SA9oM/lZg=";
};
depsBuildBuild = optionals (stdenv.hostPlatform != stdenv.buildPlatform) [ buildPackages.stdenv.cc ];