mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
lollypop: 0.9.923 -> 1.0
Large release, regressions expected. Changes: https://gitlab.gnome.org/World/lollypop/compare/0.9.923...1.0 Release Notes: * https://gitlab.gnome.org/World/lollypop/tags/0.9.924 * https://gitlab.gnome.org/World/lollypop/tags/0.9.925 * https://gitlab.gnome.org/World/lollypop/tags/1.0
This commit is contained in:
parent
e4c9a026c1
commit
6e72318904
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "lollypop";
|
||||
version = "0.9.923";
|
||||
version = "1.0";
|
||||
|
||||
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 = "0jgz36lrhigcsr9vs5sp4ngv8rir3zqicygymjv7d61d6pclkx1z";
|
||||
sha256 = "00hjxpgmhzhyjjdpm92cbbxwnc17xdhhk8svk5ih3n18yk5655fs";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue