Merge pull request #219961 from fgaz/cplay-ng/5.2.0

cplay-ng: 5.1.0 -> 5.2.0
This commit is contained in:
Ilan Joselevich 2023-03-07 15:17:55 +02:00 committed by GitHub
commit 210a84f03e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "cplay-ng";
version = "5.1.0";
version = "5.2.0";
src = fetchFromGitHub {
owner = "xi";
repo = "cplay-ng";
rev = version;
hash = "sha256-pmuZ1NgrQKEJLoJEVC9wp5deFWc6DiX5DpnISeOOw4k=";
hash = "sha256-M9WpB59AWSaGMnGrO37Fc+7O6pVBc2BDAv/BGlPmo8E=";
};
nativeBuildInputs = [