Skip to content

Commit

Permalink
springlobby: 0.186 -> 0.195
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jun 8, 2014
1 parent 7a88839 commit e26b560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/spring/springlobby.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
stdenv.mkDerivation rec {

name = "springlobby-${version}";
version = "0.186";
version = "0.195";

src = fetchurl {
url = "http://www.springlobby.info/tarballs/springlobby-${version}.tar.bz2";
sha256 = "0pj7v85gl76hxvfhcypxsayk8lnnhgjn2irawgx49p80wsivl64k";
sha256 = "0hxxm97c74rvm78vlfn2byn0zjlrhankxdrs2hz73rdq6451h10b";
};

buildInputs = [
Expand Down

0 comments on commit e26b560

Please sign in to comment.