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

toybox: 0.8.8 -> 0.8.9
This commit is contained in:
Weijia Wang 2023-02-23 21:29:15 +02:00 committed by GitHub
commit 52ccef14c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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