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

Commits on Jan 21, 2020

  1. guitarix: 0.38.1 -> 0.39.0

    r-ryantm committed Jan 21, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    cole-h Cole Helbling
    Copy the full SHA
    6d0b9e2 View commit details

Commits on Jan 24, 2020

  1. Merge pull request #78173 from r-ryantm/auto-update/guitarix

    guitarix: 0.38.1 -> 0.39.0
    marsam authored Jan 24, 2020
    Copy the full SHA
    5953273 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/audio/guitarix/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/audio/guitarix/default.nix
Original file line number Diff line number Diff line change
@@ -12,11 +12,11 @@ in

stdenv.mkDerivation rec {
pname = "guitarix";
version = "0.38.1";
version = "0.39.0";

src = fetchurl {
url = "mirror://sourceforge/guitarix/guitarix2-${version}.tar.xz";
sha256 = "0bw7xnrx062nwb1bfj9x660h7069ncmz77szcs8icpqxrvhs7z80";
sha256 = "1nn80m1qagfhvv69za60f0w6ck87vmk77qmqarj7fbr8avwg63s9";
};

nativeBuildInputs = [ gettext intltool wrapGAppsHook pkgconfig python2 wafHook ];