1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-15 15:30:39 +00:00

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 {
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 ];