From 8f371c82bdc670648791d25b0d1c129b4f4e7887 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Thu, 11 Apr 2019 04:37:22 -0400 Subject: [PATCH] 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 --- 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 3b850a27327..565c0b31522 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 = [