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

Commits on Jun 3, 2019

  1. sndio: 1.2.0 -> 1.5.0

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

Commits on Jun 5, 2019

  1. Merge pull request #62572 from r-ryantm/auto-update/sndio

    sndio: 1.2.0 -> 1.5.0
    markuskowa authored Jun 5, 2019
    Copy the full SHA
    964e5fd View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/misc/sndio/default.nix
4 changes: 2 additions & 2 deletions pkgs/misc/sndio/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "sndio-${version}";
version = "1.2.0";
version = "1.5.0";
enableParallelBuilding = true;
buildInputs = [ alsaLib ];

src = fetchurl {
url = "http://www.sndio.org/sndio-${version}.tar.gz";
sha256 = "1p3cw7s6ylmvafbf9a5w5bkh3cy4s1d73hdh0i24m441jhc8x05r";
sha256 = "0lyjb962w9qjkm3yywdywi7k2sxa2rl96v5jmrzcpncsfi201iqj";
};

meta = with stdenv.lib; {