summary refs log tree commit diff
path: root/pkgs/applications/audio/lollypop
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-10-10 16:59:47 -0400
committerworldofpeace <worldofpeace@users.noreply.github.com>2018-10-10 16:59:47 -0400
commit1c84e29bd1e15c2d507c292632b26d4e02153498 (patch)
tree1b3a8bc5a4a6bc1fbe08f2adc9dda0a5a3c2f431 /pkgs/applications/audio/lollypop
parent0a7e258012b60cbe530a756f09a4f2516786d370 (diff)
downloadnixpkgs-1c84e29bd1e15c2d507c292632b26d4e02153498.tar
nixpkgs-1c84e29bd1e15c2d507c292632b26d4e02153498.tar.gz
nixpkgs-1c84e29bd1e15c2d507c292632b26d4e02153498.tar.bz2
nixpkgs-1c84e29bd1e15c2d507c292632b26d4e02153498.tar.lz
nixpkgs-1c84e29bd1e15c2d507c292632b26d4e02153498.tar.xz
nixpkgs-1c84e29bd1e15c2d507c292632b26d4e02153498.tar.zst
nixpkgs-1c84e29bd1e15c2d507c292632b26d4e02153498.zip
lollypop: 0.9.601 -> 0.9.604
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 2ba35a9a044..ec912240699 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.601";
+  version = "0.9.604";
   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 = "029hyylwjsbwkw1v75nbkkmrncgz30y2qwdysmpz0xyb5q7x6zbj";
+    sha256 = "0pfljs5q0xzqll6dybslin4nr7w18bn1yi0xn79vh44zn3l0r8q4";
   };
 
   nativeBuildInputs = with python3.pkgs; [