Skip to content

Commit

Permalink
cplay-ng: 5.2.0 -> 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaz committed Nov 25, 2024
1 parent 2b552e9 commit fd17f3c
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 fd17f3c

Please sign in to comment.