Merge pull request #92584 from r-ryantm/auto-update/springlobby

springLobby: 0.269 -> 0.270
This commit is contained in:
Domen Kožar 2020-07-07 16:37:14 +02:00 committed by GitHub
commit 2794ee0c06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "springlobby";
version = "0.269";
version = "0.270";
src = fetchurl {
url = "https://springlobby.springrts.com/dl/stable/springlobby-${version}.tar.bz2";
sha256 = "1shgrfs4ssjj8m0c7805jisjzpc60796l0vja3yjfdksrz7yxvhg";
sha256 = "1r1g2hw9ipsmsmzbhsi7bxqra1za6x7j1kw12qzl5psqyq8rqbgs";
};
nativeBuildInputs = [ pkgconfig ];