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

Commits on Nov 17, 2020

  1. musl: 1.2.0 -> 1.2.1

    kampka committed Nov 17, 2020
    Copy the full SHA
    94d3102 View commit details

Commits on Jan 3, 2021

  1. Merge pull request #104039 from kampka/musl

    musl: 1.2.0 -> 1.2.1
    SuperSandro2000 authored Jan 3, 2021
    Copy the full SHA
    6a20b43 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/os-specific/linux/musl/default.nix
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/musl/default.nix
Original file line number Diff line number Diff line change
@@ -35,11 +35,11 @@ let
in
stdenv.mkDerivation rec {
pname = "musl";
version = "1.2.0";
version = "1.2.1";

src = fetchurl {
url = "https://www.musl-libc.org/releases/${pname}-${version}.tar.gz";
sha256 = "1s6lix02k1ijm4nmhzpmwzk5w6xfkhn70nvvk8zjs51r24cpppn6";
sha256 = "0jz8fzwgvfyjgxjbpw35ixdglp2apqjvp8m386f6yr4zacc6xbv8";
};

enableParallelBuilding = true;