summary refs log tree commit diff
path: root/pkgs/applications/audio/lollypop
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-07-18 07:55:57 -0400
committerworldofpeace <worldofpeace@users.noreply.github.com>2018-07-18 07:55:57 -0400
commitae8b20f442dbfa1b54b7c7212c3b6dc31d32057b (patch)
treef3ead441d7c0f575d4a3d6539a267b2644ddb322 /pkgs/applications/audio/lollypop
parent8258f5bda435c7a9ea771cb530c7c2367beabf11 (diff)
downloadnixpkgs-ae8b20f442dbfa1b54b7c7212c3b6dc31d32057b.tar
nixpkgs-ae8b20f442dbfa1b54b7c7212c3b6dc31d32057b.tar.gz
nixpkgs-ae8b20f442dbfa1b54b7c7212c3b6dc31d32057b.tar.bz2
nixpkgs-ae8b20f442dbfa1b54b7c7212c3b6dc31d32057b.tar.lz
nixpkgs-ae8b20f442dbfa1b54b7c7212c3b6dc31d32057b.tar.xz
nixpkgs-ae8b20f442dbfa1b54b7c7212c3b6dc31d32057b.tar.zst
nixpkgs-ae8b20f442dbfa1b54b7c7212c3b6dc31d32057b.zip
lollypop: 0.9.519 -> 0.9.521
Diffstat (limited to 'pkgs/applications/audio/lollypop')
-rw-r--r--pkgs/applications/audio/lollypop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/lollypop/default.nix b/pkgs/applications/audio/lollypop/default.nix
index 96e1c504373..1c58f4f79cd 100644
--- a/pkgs/applications/audio/lollypop/default.nix
+++ b/pkgs/applications/audio/lollypop/default.nix
@@ -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; [