lollypop: 0.9.521 -> 0.9.522

This commit is contained in:
worldofpeace 2018-08-26 22:40:30 -04:00
parent f412e19996
commit 23bf21f213

View file

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