about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNydragon <contact@ccnlc.eu>2024-05-06 13:24:28 +0900
committerNydragon <contact@ccnlc.eu>2024-05-06 13:24:28 +0900
commitff59531e8319d7c068e54989923e70d8801bef94 (patch)
treeb04330b002c17f555ba35198b5428848fb9320c9
parent931964e3009f8ced440076223717acd0a3bc2f42 (diff)
lollypop: 1.4.37 -> 1.4.39
Bump to latest version
-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 414d3fa144c89..fb495a9971546 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.37";
+  version = "1.4.39";
 
   format = "other";
 
@@ -35,7 +35,7 @@ python3.pkgs.buildPythonApplication rec {
     repo = pname;
     rev = version;
     fetchSubmodules = true;
-    sha256 = "sha256-3GPmGNbbSxvLq0t3F9q1x64BwNQCEvFQWLb0bSO9KUY=";
+    sha256 = "sha256-VPHQwy2+XR9R7toIN5sNFB91ddROlL7Scr8AKLgUzuo=";
   };
 
   nativeBuildInputs = [