Skip to content

Commit b4670e2

Browse files
authored
Merge pull request NixOS#115315 from lovesegfault/master
lollypop: 1.4.16 -> 1.4.17
2 parents 560ee84 + 6dcd1e4 commit b4670e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/audio/lollypop/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
python3.pkgs.buildPythonApplication rec {
2727
pname = "lollypop";
28-
version = "1.4.16";
28+
version = "1.4.17";
2929

3030
format = "other";
3131
doCheck = false;
@@ -34,7 +34,7 @@ python3.pkgs.buildPythonApplication rec {
3434
url = "https://gitlab.gnome.org/World/lollypop";
3535
rev = "refs/tags/${version}";
3636
fetchSubmodules = true;
37-
sha256 = "sha256-4txJ+lYx2BROjZznFwWMc+tTVpYQpPtPySfCl+Hfy+0=";
37+
sha256 = "sha256-GrznUXIYUTYOKQ1znsCqmBdm5YImCABMK2NGRtx5fSk=";
3838
};
3939

4040
nativeBuildInputs = [

0 commit comments

Comments
 (0)