springLobby: 0.264 -> 0.267 (#46948)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/springlobby/versions
This commit is contained in:
R. RyanTM 2018-10-01 15:03:09 -07:00 committed by xeji
parent 5716d42172
commit d25ce11fbc

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "springlobby-${version}";
version = "0.264";
version = "0.267";
src = fetchurl {
url = "http://www.springlobby.info/tarballs/springlobby-${version}.tar.bz2";
sha256 = "1i31anvvywhl2m8014m3vk74cj74l37j6a0idzfhd4ack8b9hg2x";
sha256 = "0yv7j9l763iqx7hdi2pcz5jkj0068yrffb8nrav7pwg0g3s0znak";
};
nativeBuildInputs = [ pkgconfig ];