toybox: 0.8.11 -> 0.8.12

This commit is contained in:
R. Ryantm
2025-01-25 12:37:00 +00:00
parent bafca6cbe1
commit ebda6e8a12
+2 -2
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) [