toybox: 0.8.0 -> 0.8.1

http://landley.net/toybox/index.html#21-05-2019
This commit is contained in:
Will Dietz 2019-06-01 08:38:42 -05:00
parent 28556f054f
commit d96d78d1cd
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

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