toybox: 0.8.5 -> 0.8.6

This commit is contained in:
R. Ryantm 2021-12-24 04:33:50 +00:00
parent e2b2136d63
commit f5f27bccab

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "toybox";
version = "0.8.5";
version = "0.8.6";
src = fetchFromGitHub {
owner = "landley";
repo = pname;
rev = version;
sha256 = "sha256-32LQiPsBjBh5LpRZuaYT+Dr/oETNTQERGqrpwWPhMTo=";
sha256 = "sha256-NbONJten685wekfCwbOOQxdS3B2/Ljfp/jdTa7D4U+M=";
};
depsBuildBuild = [ buildPackages.stdenv.cc ]; # needed for cross