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

Commits on Jul 16, 2019

  1. qsampler: 0.5.5 -> 0.5.6

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/qsampler/versions
    r-ryantm committed Jul 16, 2019
    Copy the full SHA
    f91d693 View commit details

Commits on Aug 3, 2019

  1. Merge pull request #64926 from r-ryantm/auto-update/qsampler

    qsampler: 0.5.5 -> 0.5.6
    globin authored Aug 3, 2019
    Copy the full SHA
    5bd772e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/audio/qsampler/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/audio/qsampler/default.nix
Original file line number Diff line number Diff line change
@@ -3,11 +3,11 @@

stdenv.mkDerivation rec {
name = "qsampler-${version}";
version = "0.5.5";
version = "0.5.6";

src = fetchurl {
url = "mirror://sourceforge/qsampler/${name}.tar.gz";
sha256 = "1li2p8zknrdr62wlaassfvgski0rlbr3lvrzywbh32dq8j50w8zf";
sha256 = "0lx2mzyajmjckwfvgf8p8bahzpj0n0lflyip41jk32nwd2hzjhbs";
};

nativeBuildInputs = [ autoconf automake libtool pkgconfig qttools ];