Unverified Commit 210a84f0 authored by Ilan Joselevich's avatar Ilan Joselevich Committed by GitHub
Browse files

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

cplay-ng: 5.1.0 -> 5.2.0
parents 4a09826e dc45d4e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [