about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-02-21 19:28:44 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-02-21 19:28:44 -0500
commit13aa5c6cf916f60154c6515f9413791b7bf66858 (patch)
tree169a789e12e9cb37c7e8e9d2d59c588a92e308f1 /pkgs/applications
parentc0112ac9a61cb95d965cd3c6b139158f6307c0d0 (diff)
downloadnixlib-13aa5c6cf916f60154c6515f9413791b7bf66858.tar
nixlib-13aa5c6cf916f60154c6515f9413791b7bf66858.tar.gz
nixlib-13aa5c6cf916f60154c6515f9413791b7bf66858.tar.bz2
nixlib-13aa5c6cf916f60154c6515f9413791b7bf66858.tar.lz
nixlib-13aa5c6cf916f60154c6515f9413791b7bf66858.tar.xz
nixlib-13aa5c6cf916f60154c6515f9413791b7bf66858.tar.zst
nixlib-13aa5c6cf916f60154c6515f9413791b7bf66858.zip
lollypop: 0.9.915 -> 0.9.921
Diffstat (limited to 'pkgs/applications')
-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 03d27177656a..247db7216643 100644
--- a/pkgs/applications/audio/lollypop/default.nix
+++ b/pkgs/applications/audio/lollypop/default.nix
@@ -5,7 +5,7 @@
 
 python3.pkgs.buildPythonApplication rec  {
   pname = "lollypop";
-  version = "0.9.915";
+  version = "0.9.921";
 
   format = "other";
   doCheck = false;
@@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec  {
     url = "https://gitlab.gnome.org/World/lollypop";
     rev = "refs/tags/${version}";
     fetchSubmodules = true;
-    sha256 = "133qmqb015ghif4d4zh6sf8585fpfgbq00rv6qdj5xn13wziipwh";
+    sha256 = "0a79qnci93yicd58r6kr6yinpqz67s39h0xk5qkzlsplpbawvf3y";
   };
 
   nativeBuildInputs = [