summary refs log tree commit diff
path: root/pkgs/applications/audio/lollypop
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-01-28 17:22:35 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-01-28 17:23:12 -0500
commit586df63c12bf3cf388db038190f2a17158c0b208 (patch)
tree84ac6f2d1abc3272dad22b9e96c2d4dfa7dba3d7 /pkgs/applications/audio/lollypop
parentc259cbe19fe943efbf948ce8d433b22efb325e7c (diff)
downloadnixpkgs-586df63c12bf3cf388db038190f2a17158c0b208.tar
nixpkgs-586df63c12bf3cf388db038190f2a17158c0b208.tar.gz
nixpkgs-586df63c12bf3cf388db038190f2a17158c0b208.tar.bz2
nixpkgs-586df63c12bf3cf388db038190f2a17158c0b208.tar.lz
nixpkgs-586df63c12bf3cf388db038190f2a17158c0b208.tar.xz
nixpkgs-586df63c12bf3cf388db038190f2a17158c0b208.tar.zst
nixpkgs-586df63c12bf3cf388db038190f2a17158c0b208.zip
lollypop: 0.9.914 -> 0.9.915
https://gitlab.gnome.org/World/lollypop/tags/0.9.915
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 51c5cdad69d..03d27177656 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.914";
+  version = "0.9.915";
 
   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 = "0nkwic6mq4fs467c696m5w0wqrii5rzvf2il6vkw861my1bl9wzj";
+    sha256 = "133qmqb015ghif4d4zh6sf8585fpfgbq00rv6qdj5xn13wziipwh";
   };
 
   nativeBuildInputs = [