Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9d90d5fb2911
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b74808eddbce
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 24, 2019

  1. toybox: 0.8.1 -> 0.8.2

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/toybox/versions
    r-ryantm committed Oct 24, 2019
    Copy the full SHA
    ff08eda View commit details

Commits on Oct 25, 2019

  1. Merge pull request #71930 from r-ryantm/auto-update/toybox

    toybox: 0.8.1 -> 0.8.2
    ryantm authored Oct 25, 2019
    Copy the full SHA
    b74808e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/toybox/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/toybox/default.nix
Original file line number Diff line number Diff line change
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
pname = "toybox";
version = "0.8.1";
version = "0.8.2";

src = fetchFromGitHub {
owner = "landley";
repo = pname;
rev = version;
sha256 = "0mi1glrqmri3v6imbf8k20ylf0kmpv9prbnbggmcqfa0pswpyl4v";
sha256 = "02mliqz2lry779ba6vmyaa13nxcmj91f8pyhzim9wvcnjq8vc5cj";
};

buildInputs = lib.optionals enableStatic [ stdenv.cc.libc stdenv.cc.libc.static ];