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: efa379052135
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 26513e76655a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 18, 2018

  1. uclibc: 1.0.30 -> 1.0.31

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/uclibc-ng/versions
    r-ryantm committed Nov 18, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    Mic92 Jörg Thalheim
    Copy the full SHA
    64d5d6b View commit details
  2. Merge pull request #50549 from r-ryantm/auto-update/uclibc-ng

    uclibc: 1.0.30 -> 1.0.31
    rasendubi authored Nov 18, 2018
    Copy the full SHA
    26513e7 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/os-specific/linux/uclibc/default.nix
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/uclibc/default.nix
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ let
UCLIBC_HAS_FPU n
'';

version = "1.0.30";
version = "1.0.31";
in

stdenv.mkDerivation {
@@ -58,7 +58,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://downloads.uclibc-ng.org/releases/${version}/uClibc-ng-${version}.tar.bz2";
# from "${url}.sha256";
sha256 = "3e0f057f24882823d697126015aa4d7d48fa2542be3939985cb3c26dcbcab5a8";
sha256 = "0ba9yh7ir1jamrgc9x9v7zw0sw144f78q4vidiz6ynpr4dwbd5qm";
};

# 'ftw' needed to build acl, a coreutils dependency