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:
commit
543ed52050
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue