toybox: 0.8.11 -> 0.8.12 (#376688)

This commit is contained in:
Arne Keller 2025-01-28 22:44:42 +01:00 committed by GitHub
commit fa94f96515
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,13 +17,13 @@ in
stdenv.mkDerivation rec {
pname = "toybox";
version = "0.8.11";
version = "0.8.12";
src = fetchFromGitHub {
owner = "landley";
repo = pname;
rev = version;
sha256 = "sha256-7izs2C5/czec0Dt3apL8s7luARAlw4PfUFy9Xsxb0zw=";
sha256 = "sha256-D+tf2bJQlf2pLMNZdMUOoUdE3ea/KgkqoXGsnl1MVOE=";
};
depsBuildBuild = optionals (stdenv.hostPlatform != stdenv.buildPlatform) [