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-19 18:14:03 -0400
committerxeji <36407913+xeji@users.noreply.github.com>2018-10-20 00:14:03 +0200
commitaf8dc1f1de85523d72d9a4ed712800384467f6d2 (patch)
tree414240afe4f01f265e28e78dff5aa57d9d1c9de0 /pkgs/applications/audio/lollypop
parent9d49b19ea5fe36235ccc7c74b01e53387d567117 (diff)
downloadnixpkgs-af8dc1f1de85523d72d9a4ed712800384467f6d2.tar
nixpkgs-af8dc1f1de85523d72d9a4ed712800384467f6d2.tar.gz
nixpkgs-af8dc1f1de85523d72d9a4ed712800384467f6d2.tar.bz2
nixpkgs-af8dc1f1de85523d72d9a4ed712800384467f6d2.tar.lz
nixpkgs-af8dc1f1de85523d72d9a4ed712800384467f6d2.tar.xz
nixpkgs-af8dc1f1de85523d72d9a4ed712800384467f6d2.tar.zst
nixpkgs-af8dc1f1de85523d72d9a4ed712800384467f6d2.zip
lollypop: 0.9.604 -> 0.9.605 (#48717)
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 ec912240699..e999672f4ab 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.604";
+  version = "0.9.605";
   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 = "0pfljs5q0xzqll6dybslin4nr7w18bn1yi0xn79vh44zn3l0r8q4";
+    sha256 = "10d9k7ssh4snrrjy1hb3y39by6175493cmn50aq88xby2mdy3p74";
   };
 
   nativeBuildInputs = with python3.pkgs; [