Skip to content

Commit

Permalink
Merge pull request #43731 from worldofpeace/lollypop-0.9.521
Browse files Browse the repository at this point in the history
lollypop: 0.9.519 -> 0.9.521
  • Loading branch information
jtojnar authored Jul 18, 2018
2 parents 811d878 + ae8b20f commit a3c259a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/lollypop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
, python36Packages, gnome3, glib, gst_all_1 }:

stdenv.mkDerivation rec {
version = "0.9.519";
version = "0.9.521";
name = "lollypop-${version}";

src = fetchgit {
url = "https://gitlab.gnome.org/World/lollypop";
rev = "refs/tags/${version}";
fetchSubmodules = true;
sha256 = "1v4p59w4yf86djk7xv1xwbximpjm64wn42il090w7q1wy04my6fl";
sha256 = "1iwv0fj50h0xynv152anisbq29jfbmb9hpm60kaa9a9hdiypskcc";
};

nativeBuildInputs = with python36Packages; [
Expand Down

0 comments on commit a3c259a

Please sign in to comment.