about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-01-01 08:58:52 +0800
committerGitHub <noreply@github.com>2022-01-01 08:58:52 +0800
commit644348bbfe13910cbdc6549410dec3e79b0a1aae (patch)
treef0ad5409771569d74b77d4c81d99e1cb7d5f2d37
parent5dd90167cea70fe60bebf1ef1fda7e474449b177 (diff)
parenta0fce28ab0d33069b20a208ef7c8fb5f10a5e21a (diff)
Merge pull request #152977 from meguminloli/lollypop
lollypop: 1.4.23 -> 1.4.26
-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 564277562885d..7c93760d2ca31 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.23";
+  version = "1.4.26";
 
   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-wwdH3gMpYt40VGqrL1XfB1dOfg45zLKtTEI23AwjCis=";
+    sha256 = "sha256-Q/z9oET06DimMRZl03TgjEeheoVHtIkH+Z69qWZetcI=";
   };
 
   nativeBuildInputs = [