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: c4c92ec72613
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 48e828aa5612
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 4, 2019

  1. trigger-rally: 0.6.5 -> 0.6.6

    Fixes build.
    
    (cherry picked from commit eda985d)
    cpages committed Mar 4, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    vszakats Viktor Szakats
    Copy the full SHA
    48e828a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/games/trigger/default.nix
4 changes: 2 additions & 2 deletions pkgs/games/trigger/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@
, SDL2, freealut, SDL2_image, openal, physfs, zlib, libGLU_combined, glew }:

stdenv.mkDerivation rec {
name = "trigger-rally-0.6.5";
name = "trigger-rally-0.6.6";

src = fetchurl {
url = "mirror://sourceforge/trigger-rally/${name}.tar.gz";
sha256 = "095s4sx0s1ijlarkh84rvzlv4nxh9llrsal1lb3m3pf0v228gnzj";
sha256 = "08qa2f2s8zyn42ff6jb1gsi64d916020ixkzvl16kbb88rabqra8";
};

buildInputs = [ SDL2 freealut SDL2_image openal physfs zlib libGLU_combined glew ];