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: 509b62bf67a4
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b7b92bc9685a
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 9, 2019

  1. Revert "Revert "alsaLib: 1.1.8 -> 1.1.9" (#62895)"

    This reverts commit bbb3801.
    
    The issue in pulseaudio was fixed by dacc02f.
    
    cc #62895
    fpletz committed Jun 9, 2019
    Copy the full SHA
    b7b92bc View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/os-specific/linux/alsa-lib/default.nix
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/alsa-lib/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl }:

stdenv.mkDerivation rec {
name = "alsa-lib-1.1.8";
name = "alsa-lib-1.1.9";

src = fetchurl {
url = "mirror://alsa/lib/${name}.tar.bz2";
sha256 = "1pxf0zkmps03l3zzd0fr828xhkg6a8hxljmbxzc2cyj2ls9kmp1w";
sha256 = "0jwr9g4yxg9gj6xx0sb2r6wrdl8amrjd19hilkrq4rirynp770s8";
};

patches = [