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:
7c6f434c 2023-12-22 14:59:19 +00:00 committed by GitHub
commit 6822ecaca2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";