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

Commits on Oct 24, 2019

  1. x42-plugins: 20190820 -> 20191013

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/x42-plugins/versions
    r-ryantm committed Oct 24, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has been revoked.
    joachifm Joachim F.
    Copy the full SHA
    629b449 View commit details

Commits on Oct 25, 2019

  1. Merge pull request #71932 from r-ryantm/auto-update/x42-plugins

    x42-plugins: 20190820 -> 20191013
    rasendubi authored Oct 25, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has been revoked.
    joachifm Joachim F.
    Copy the full SHA
    58cfd06 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/audio/x42-plugins/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/audio/x42-plugins/default.nix
Original file line number Diff line number Diff line change
@@ -3,12 +3,12 @@
, libGLU, lv2, gtk2, cairo, pango, fftwFloat, zita-convolver }:

stdenv.mkDerivation rec {
version = "20190820";
version = "20191013";
pname = "x42-plugins";

src = fetchurl {
url = "https://gareus.org/misc/x42-plugins/${pname}-${version}.tar.xz";
sha256 = "0dqsa5yxm3nx50j9k28iillj4sx2mjndzyspymxx0ghir1qmi4vh";
sha256 = "18kn1bmc0s6dp834kc51ibifzzn3bxwya4p8s8yq9f4mpmkghi24";
};

nativeBuildInputs = [ pkgconfig ];