From 3687a98b73d8e67f9148776e0dfeb6f5ebfcc5ae Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Sat, 30 Mar 2019 22:03:21 -0400 Subject: [PATCH] lollypop: 1.0 -> 1.0.3 https://gitlab.gnome.org/World/lollypop/tags/1.0.1 https://gitlab.gnome.org/World/lollypop/tags/1.0.2 https://gitlab.gnome.org/World/lollypop/tags/1.0.3 --- pkgs/applications/audio/lollypop/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/lollypop/default.nix b/pkgs/applications/audio/lollypop/default.nix index 6c4818f869f..3b850a27327 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"; + version = "1.0.3"; 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 = "00hjxpgmhzhyjjdpm92cbbxwnc17xdhhk8svk5ih3n18yk5655fs"; + sha256 = "1gjxcwl467h7011j9v4zy1j0fjlz480ibvk4akr6xwjg894jykbx"; }; nativeBuildInputs = [