summary refs log tree commit diff
path: root/pkgs/applications/audio/lollypop
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-11-03 14:46:18 -0400
committerworldofpeace <worldofpeace@users.noreply.github.com>2018-11-03 14:47:36 -0400
commitf25907413773c2455d1241b93eae8e06d538830e (patch)
treeb45e6aa5de5f00fd5e671e40416851baa8b56818 /pkgs/applications/audio/lollypop
parent1fe3328593e555668d38e4d48929bbea8b6f911e (diff)
downloadnixpkgs-f25907413773c2455d1241b93eae8e06d538830e.tar
nixpkgs-f25907413773c2455d1241b93eae8e06d538830e.tar.gz
nixpkgs-f25907413773c2455d1241b93eae8e06d538830e.tar.bz2
nixpkgs-f25907413773c2455d1241b93eae8e06d538830e.tar.lz
nixpkgs-f25907413773c2455d1241b93eae8e06d538830e.tar.xz
nixpkgs-f25907413773c2455d1241b93eae8e06d538830e.tar.zst
nixpkgs-f25907413773c2455d1241b93eae8e06d538830e.zip
lollypop: 0.9.607 -> 0.9.610
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 034d2059283..8df2be1a039 100644
--- a/pkgs/applications/audio/lollypop/default.nix
+++ b/pkgs/applications/audio/lollypop/default.nix
@@ -4,7 +4,7 @@
 , gobjectIntrospection, wrapGAppsHook }:
 
 python3.pkgs.buildPythonApplication rec  {
-  version = "0.9.607";
+  version = "0.9.610";
   name = "lollypop-${version}";
 
   format = "other";
@@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec  {
     url = "https://gitlab.gnome.org/World/lollypop";
     rev = "refs/tags/${version}";
     fetchSubmodules = true;
-    sha256 = "04giwp4i7j1qad41fiqlb8s3w03f1ww0p2mhi8n162sajnflr1rd";
+    sha256 = "0nn4cjw0c2ysd3y2a7l08ybcd21v993wsz99f7w0881jhws3q5p4";
   };
 
   nativeBuildInputs = with python3.pkgs; [