summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2021-09-08 10:36:00 -0700
committerGitHub <noreply@github.com>2021-09-08 10:36:00 -0700
commitdf1552c810b3a926f2223086d85a8972d468b08c (patch)
tree7f40c5a339f1761a87e5f442778ccfba90a0e113
parent1fb4400c912004a2f83a1c493737165fa9d3b6d8 (diff)
parentaec12877d3776403e64028c5146b27e85aae883d (diff)
Merge pull request #136954 from lovesegfault/lollypop-1.4.23
lollypop: 1.4.17 -> 1.4.23
-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 860a621847da..564277562885 100644
--- a/pkgs/applications/audio/lollypop/default.nix
+++ b/pkgs/applications/audio/lollypop/default.nix
@@ -25,7 +25,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "lollypop";
- version = "1.4.17";
+ version = "1.4.23";
format = "other";
doCheck = false;
@@ -34,7 +34,7 @@ python3.pkgs.buildPythonApplication rec {
url = "https://gitlab.gnome.org/World/lollypop";
rev = "refs/tags/${version}";
fetchSubmodules = true;
- sha256 = "sha256-GrznUXIYUTYOKQ1znsCqmBdm5YImCABMK2NGRtx5fSk=";
+ sha256 = "sha256-wwdH3gMpYt40VGqrL1XfB1dOfg45zLKtTEI23AwjCis=";
};
nativeBuildInputs = [