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

Commits on Sep 9, 2020

  1. Copy the full SHA
    0a67030 View commit details

Commits on Nov 12, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c53d879 View commit details
  2. Copy the full SHA
    eb065ad View commit details

Commits on Nov 24, 2020

  1. Copy the full SHA
    6f29643 View commit details
Showing with 3 additions and 16 deletions.
  1. +0 −13 pkgs/applications/audio/noisetorch/config.patch
  2. +3 −3 pkgs/applications/audio/noisetorch/default.nix
13 changes: 0 additions & 13 deletions pkgs/applications/audio/noisetorch/config.patch

This file was deleted.

6 changes: 3 additions & 3 deletions pkgs/applications/audio/noisetorch/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "NoiseTorch";
version = "0.5.2-beta";
version = "0.8.2";

src = fetchFromGitHub {
owner = "lawl";
repo = "NoiseTorch";
rev = version;
sha256 = "1q0gfpqczlpybxcjjkiybcy6yc0gnrq8x27r0mpg4pvgwy7mps47";
sha256 = "14i04rmraxbddcvk0k9c6ak9invln7002g5jms54kcjzv9p39hbf";
};

patches = [ ./version.patch ./config.patch ./embedlibrnnoise.patch ];
patches = [ ./version.patch ./embedlibrnnoise.patch ];

vendorSha256 = null;