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

toybox: 0.8.10 -> 0.8.11
This commit is contained in:
Weijia Wang 2024-05-04 22:45:52 +02:00 committed by GitHub
commit a7369f4fc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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