summary refs log tree commit diff
path: root/pkgs/applications/audio/lollypop
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-03-01 00:19:44 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-03-01 00:20:34 -0500
commit48ed8d4f81e1f5166299fa0829b83e5a43d78f62 (patch)
tree0272898d66ac79c5b489bfc3ca7e326e6d89f2d4 /pkgs/applications/audio/lollypop
parent7407db342ca2b5493ff6fa8c964840d69136ff8e (diff)
downloadnixpkgs-48ed8d4f81e1f5166299fa0829b83e5a43d78f62.tar
nixpkgs-48ed8d4f81e1f5166299fa0829b83e5a43d78f62.tar.gz
nixpkgs-48ed8d4f81e1f5166299fa0829b83e5a43d78f62.tar.bz2
nixpkgs-48ed8d4f81e1f5166299fa0829b83e5a43d78f62.tar.lz
nixpkgs-48ed8d4f81e1f5166299fa0829b83e5a43d78f62.tar.xz
nixpkgs-48ed8d4f81e1f5166299fa0829b83e5a43d78f62.tar.zst
nixpkgs-48ed8d4f81e1f5166299fa0829b83e5a43d78f62.zip
lollypop: 0.9.921 -> 0.9.923
https://gitlab.gnome.org/World/lollypop/tags/0.9.922
https://gitlab.gnome.org/World/lollypop/tags/0.9.923
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 a90eaea7b56..d36f19e0b0c 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.921";
+  version = "0.9.923";
 
   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 = "0a79qnci93yicd58r6kr6yinpqz67s39h0xk5qkzlsplpbawvf3y";
+    sha256 = "0jgz36lrhigcsr9vs5sp4ngv8rir3zqicygymjv7d61d6pclkx1z";
   };
 
   nativeBuildInputs = [