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

Commits on Mar 11, 2019

  1. audacity: 2.3.0 -> 2.3.1

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/audacity/versions
    
    (cherry picked from commit 348b734)
    There were outstanding issues with 2.3.0 being built against wxWidgets 3.0
    that were fixed in this release.
    
    https://www.audacityteam.org/audacity-2-3-1-released/
    worldofpeace committed Mar 11, 2019

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    aea9130 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/audio/audacity/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/audio/audacity/default.nix
Original file line number Diff line number Diff line change
@@ -7,12 +7,12 @@
with stdenv.lib;

stdenv.mkDerivation rec {
version = "2.3.0";
version = "2.3.1";
name = "audacity-${version}";

src = fetchurl {
url = "https://github.com/audacity/audacity/archive/Audacity-${version}.tar.gz";
sha256 = "0pi7ksm8hfvwbn580z4kkc55sbaylrrr7v08s04dmdgfvil7y4ip";
sha256 = "089kz6hgqg0caz33sps19wpkfnza5gf7brdq2p9y6bnwkipw1w9f";
};

preConfigure = /* we prefer system-wide libs */ ''