Skip to content

Commit

Permalink
Merge pull request #16233 from ambrop72/ccrcsim
Browse files Browse the repository at this point in the history
crrcsim: 0.9.12 -> 0.9.13
  • Loading branch information
joachifm committed Jun 15, 2016
2 parents 7b08c5c + b422df0 commit 88db78f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/crrcsim/default.nix
@@ -1,13 +1,13 @@
{ stdenv, fetchurl, mesa, SDL, SDL_mixer, plib, libjpeg }:
let
version = "0.9.12";
version = "0.9.13";
in
stdenv.mkDerivation rec {
name = "crrcsim-${version}";

src = fetchurl {
url = "mirror://sourceforge/crrcsim/${name}.tar.gz";
sha256 = "1yx3cn7ilwj92v6rk3zm565ap92vmky4r39na814lfglkzn6l5id";
sha256 = "abe59b35ebb4322f3c48e6aca57dbf27074282d4928d66c0caa40d7a97391698";
};

buildInputs = [
Expand Down

0 comments on commit 88db78f

Please sign in to comment.