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

Commits on Jan 15, 2020

  1. giada: 0.16.0 -> 0.16.1

    r-ryantm committed Jan 15, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    anthonyfok Anthony Fok
    Copy the full SHA
    6c545cf View commit details

Commits on Jan 16, 2020

  1. Merge pull request #77764 from r-ryantm/auto-update/giada

    giada: 0.16.0 -> 0.16.1
    marsam authored Jan 16, 2020
    Copy the full SHA
    d0fceb4 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/audio/giada/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/audio/giada/default.nix
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
pname = "giada";
version = "0.16.0";
version = "0.16.1";

src = fetchFromGitHub {
owner = "monocasual";
repo = pname;
rev = "v${version}";
sha256 = "1lbxqa4kwzjdd79whrjgh8li453z4ckkjx4s4qzmrv7aqa2xmfsf";
sha256 = "0b3lhjs6myml5r5saky15523sbc3qr43r9rh047vhsiafmqdvfq1";
};

configureFlags = [ "--target=linux" ];