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

Commits on Mar 12, 2019

  1. x42-plugins: 20190105 -> 20190206

    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 Mar 12, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    7272f16 View commit details

Commits on Mar 17, 2019

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

    x42-plugins: 20190105 -> 20190206
    markuskowa authored Mar 17, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    ba3313c 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 = "20190105";
version = "20190206";
name = "x42-plugins-${version}";

src = fetchurl {
url = "https://gareus.org/misc/x42-plugins/${name}.tar.xz";
sha256 = "1bb7k3ly4qa05zgkbpm7d3x9cjch1fklgh279m6hp0ac3hhncdxp";
sha256 = "0rsp8lm8zr20l410whr98d61401rkphgpl8llbn5p2wsiw0q9aqd";
};

nativeBuildInputs = [ pkgconfig ];