Merge pull request #62694 from dtzWill/update/toybox-0.8.1

toybox: 0.8.0 -> 0.8.1
This commit is contained in:
Will Dietz 2019-06-06 23:32:05 -05:00 committed by GitHub
commit 543ed52050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "${pname}-${version}"; name = "${pname}-${version}";
pname = "toybox"; pname = "toybox";
version = "0.8.0"; version = "0.8.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "landley"; owner = "landley";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "00q6vlc06xbhcjcyqkyp66d1pv7qgwhs00gk4vyixhjqh80giwzl"; sha256 = "0mi1glrqmri3v6imbf8k20ylf0kmpv9prbnbggmcqfa0pswpyl4v";
}; };
buildInputs = lib.optionals enableStatic [ stdenv.cc.libc stdenv.cc.libc.static ]; buildInputs = lib.optionals enableStatic [ stdenv.cc.libc stdenv.cc.libc.static ];