Commit 11b02c9b authored by Mario Rodas's avatar Mario Rodas
Browse files
parent 65d0797d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -2,13 +2,14 @@

python3Packages.buildPythonApplication rec {
  pname = "ytcc";
  version = "2.6.0";
  version = "2.6.1";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "woefe";
    repo = "ytcc";
    rev = "v${version}";
    sha256 = "sha256-NTG7CtmlJzrhgr/JRSQ1jjSpJEm+PlF67PlEbPNihFE=";
    sha256 = "sha256-pC2uoog+nev/Xa6UbXX4vX00VQQLHtZzbVkxrxO/Pg8=";
  };

  nativeBuildInputs = [ gettext installShellFiles ];