Merge pull request #151966 from r-ryantm/auto-update/toybox

toybox: 0.8.5 -> 0.8.6
This commit is contained in:
Fabian Affolter
2021-12-25 16:10:25 +01:00
committed by GitHub
+2 -2
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