about summary refs log tree commit diff
path: root/pkgs/applications/audio/lollypop
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-04-11 04:37:22 -0400
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-04-11 04:38:01 -0400
commit8f371c82bdc670648791d25b0d1c129b4f4e7887 (patch)
tree54cc6b29d942811cfcf31fafc90982d508b7aff0 /pkgs/applications/audio/lollypop
parent84029e26466257a0a558ee5cf64ca829a6e97676 (diff)
lollypop: 1.0.3 -> 1.0.5
https://gitlab.gnome.org/World/lollypop/tags/1.0.4
https://gitlab.gnome.org/World/lollypop/tags/1.0.5
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 3b850a27327b2..565c0b3152265 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 = "1.0.3";
+  version = "1.0.5";
 
   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 = "1gjxcwl467h7011j9v4zy1j0fjlz480ibvk4akr6xwjg894jykbx";
+    sha256 = "1p6glzvbbha3cvq462ymbn1q58skclfk469kk28cr1hlsf5x2pry";
   };
 
   nativeBuildInputs = [