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

Commits on Mar 17, 2018

  1. allegro: 5.2.3.0 -> 5.2.4.0

    Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
    
    - built on NixOS
    - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
    - found 5.2.4.0 with grep in /nix/store/ffhc3yjpm6avrds564k83vgn1ppw00yr-allegro-5.2.4.0
    - directory tree listing: https://gist.github.com/1045c5013f37df121b7965ce4f5c9f5a
    ryantm committed Mar 17, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    51a0ef4 View commit details
  2. Merge pull request #37259 from ryantm/auto-update/allegro

    allegro: 5.2.3.0 -> 5.2.4.0
    7c6f434c authored Mar 17, 2018
    Copy the full SHA
    85531d4 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/allegro/5.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/allegro/5.nix
Original file line number Diff line number Diff line change
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
name = "allegro-${version}";
version = "5.2.3.0";
version = "5.2.4.0";

src = fetchFromGitHub {
owner = "liballeg";
repo = "allegro5";
rev = version;
sha256 = "0bx240x0filalfarylqjgqf3g80c7dhzhy4m162swjlg0vjpgblr";
sha256 = "01y3hirn5b08f188nnhb2cbqj4vzysr7l2qpz2208srv8arzmj2d";
};

buildInputs = [