Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 674ab2dffa58
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2f92f283348a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 12, 2020

  1. audacity: fix hash for replaced release tarball

    Initially the 2.3.3 release was based on the wrong commit by upstream,
    later retagged (see [1]). This resulted in resulted in Audacity
    complaining it is an alpha release.
    
    This commit changes the hash to the fixed upstream tarball.
    
    [1]: audacity/audacity#421
    yurkobb committed Jul 12, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    isaacs isaacs
    Copy the full SHA
    38c0a59 View commit details
  2. Merge pull request #93020 from yurkobb/nixos-20.03-fix-audacity

    [20.03] audacity: fix hash for replaced release tarball
    worldofpeace authored Jul 12, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    isaacs isaacs
    Copy the full SHA
    2f92f28 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 pkgs/applications/audio/audacity/default.nix
2 changes: 1 addition & 1 deletion pkgs/applications/audio/audacity/default.nix
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {

src = fetchzip {
url = "https://github.com/audacity/audacity/archive/Audacity-${version}.tar.gz";
sha256 = "0ddc03dbm4ixy877czmwd03fpjgr3y68bxfgb6n2q6cv4prp30ig";
sha256 = "0707fsnrl4vjalsi21w4blwgz024qhd0w8rdd5j5vpxf5lyk2rbk";
};

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