Unverified Commit 77bb0683 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

openfreebuds: 0.17.1 -> 0.17.3 (#507658)

parents b6c1d99f 84d742bb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
  pname = "openfreebuds";
  version = "0.17.1";
  version = "0.17.3";

  src = fetchFromGitHub {
    owner = "melianmiko";
    repo = "OpenFreebuds";
    tag = "v${finalAttrs.version}";
    hash = "sha256-y89BTKk14P/2kkYo63i9HgAdenzCVVnNArDsTmo4bPU=";
    hash = "sha256-3DTSoVnHYB8GjKw0G8O3hlkOdQmDxe6B2O7h6LT1+jg=";
  };

  pyproject = true;