Merge pull request #43246 from worldofpeace/lollypop-0.9.519

lollypop: 0.9.516 -> 0.9.519
This commit is contained in:
adisbladis 2018-07-09 17:59:44 +08:00 committed by GitHub
commit a56ce7ca42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,14 +3,14 @@
, python36Packages, gnome3, glib, gst_all_1 }:
stdenv.mkDerivation rec {
version = "0.9.516";
version = "0.9.519";
name = "lollypop-${version}";
src = fetchgit {
url = "https://gitlab.gnome.org/World/lollypop";
rev = "refs/tags/${version}";
fetchSubmodules = true;
sha256 = "0ln77cmcl5wi4xis9kmzg0knbykzwsd1n78rr7ff5y35m9p2zgrf";
sha256 = "1v4p59w4yf86djk7xv1xwbximpjm64wn42il090w7q1wy04my6fl";
};
nativeBuildInputs = with python36Packages; [