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-07 16:39:52 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2018-11-07 16:41:29 -0500
commit0f9a1dc25e3b870df3f1e3cc2cd930f1562f6c48 (patch)
tree01bc60ad81de1c92d813c9d942ce1ab86f909c8c /pkgs/applications/audio/lollypop
parentd21a93557b30ba201d2e7bbe907696c6ba51795f (diff)
downloadnixpkgs-0f9a1dc25e3b870df3f1e3cc2cd930f1562f6c48.tar
nixpkgs-0f9a1dc25e3b870df3f1e3cc2cd930f1562f6c48.tar.gz
nixpkgs-0f9a1dc25e3b870df3f1e3cc2cd930f1562f6c48.tar.bz2
nixpkgs-0f9a1dc25e3b870df3f1e3cc2cd930f1562f6c48.tar.lz
nixpkgs-0f9a1dc25e3b870df3f1e3cc2cd930f1562f6c48.tar.xz
nixpkgs-0f9a1dc25e3b870df3f1e3cc2cd930f1562f6c48.tar.zst
nixpkgs-0f9a1dc25e3b870df3f1e3cc2cd930f1562f6c48.zip
lollypop: 0.9.610 -> 0.9.611
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 8df2be1a039..f68d93fa69d 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.610";
+  version = "0.9.611";
   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 = "0nn4cjw0c2ysd3y2a7l08ybcd21v993wsz99f7w0881jhws3q5p4";
+    sha256 = "1k78a26sld0xd14c9hr4qv8c7qaq1m8zqk1mzrh4pl7ysqqg9p20";
   };
 
   nativeBuildInputs = with python3.pkgs; [