Merge pull request #275693 from a-n-n-a-l-e-e/monophony
monophony: 2.4.0 -> 2.5.1, add update script
This commit is contained in:
commit
6822ecaca2
1 changed files with 5 additions and 2 deletions
|
@ -8,10 +8,11 @@
|
|||
, libadwaita
|
||||
, libsoup_3
|
||||
, glib-networking
|
||||
, nix-update-script
|
||||
}:
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "monophony";
|
||||
version = "2.4.0";
|
||||
version = "2.5.1";
|
||||
format = "other";
|
||||
|
||||
sourceRoot = "source/source";
|
||||
|
@ -19,7 +20,7 @@ python3Packages.buildPythonApplication rec {
|
|||
owner = "zehkira";
|
||||
repo = "monophony";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-BIaBysqkNfRk7N4dzyjnN+ha2WkppkwFDSj4AAcp9UI=";
|
||||
hash = "sha256-kBFznJcH6UOlzgUnhPSOUBxqqsHzIEpirN63gRYC/u0=";
|
||||
};
|
||||
|
||||
pythonPath = with python3Packages; [
|
||||
|
@ -57,6 +58,8 @@ python3Packages.buildPythonApplication rec {
|
|||
)
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://gitlab.com/zehkira/monophony";
|
||||
description = "Linux app for streaming music from YouTube";
|
||||
|
|
Loading…
Reference in a new issue