Skip to content

Commit

Permalink
cplay-ng: 5.2.0 -> 5.3.1 (#357093)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 3, 2024
2 parents 7cc4821 + fd17f3c commit fc0a7fe
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pkgs/by-name/cp/cplay-ng/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,25 @@

python3.pkgs.buildPythonApplication rec {
pname = "cplay-ng";
version = "5.2.0";
version = "5.3.1";

src = fetchFromGitHub {
owner = "xi";
repo = "cplay-ng";
rev = version;
hash = "sha256-M9WpB59AWSaGMnGrO37Fc+7O6pVBc2BDAv/BGlPmo8E=";
hash = "sha256-6mphhoLDkGZ2r+elzLlPl3B8fNz3loqrQB8x8276AHI=";
};

nativeBuildInputs = [
makeWrapper
];

build-system = [
python3.pkgs.setuptools
];

pyproject = true;

postInstall = ''
wrapProgram $out/bin/cplay-ng \
--prefix PATH : ${lib.makeBinPath [ mpv pulseaudio ]}
Expand Down

0 comments on commit fc0a7fe

Please sign in to comment.