mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
svtplay-dl: update formatting and float version
This commit is contained in:
parent
a8536ad12e
commit
2bdcaca296
@ -1,5 +1,13 @@
|
||||
{ lib, stdenv, fetchFromGitHub, makeWrapper, python3Packages, perl, zip
|
||||
, gitMinimal, ffmpeg }:
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, makeWrapper
|
||||
, python3Packages
|
||||
, perl
|
||||
, zip
|
||||
, gitMinimal
|
||||
, ffmpeg
|
||||
}:
|
||||
|
||||
let
|
||||
|
||||
@ -7,10 +15,14 @@ let
|
||||
python pytest nose cryptography pyyaml requests mock requests-mock
|
||||
python-dateutil setuptools;
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "svtplay-dl";
|
||||
version = "4.14";
|
||||
|
||||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "svtplay-dl";
|
||||
inherit version;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "spaam";
|
||||
repo = "svtplay-dl";
|
||||
|
Loading…
Reference in New Issue
Block a user