Unverified Commit 76d49308 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

svtplay-dl: 4.137 -> 4.151 (#455411)

parents 211f5329 01fcfc8c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ let
    requests-mock
    ;

  version = "4.137";
  version = "4.151";

in

@@ -35,7 +35,7 @@ buildPythonApplication {
    owner = "spaam";
    repo = "svtplay-dl";
    rev = version;
    hash = "sha256-KBX2YfDyEu9nwlaZlOw+4FKy+hhLncVr8xhXn7XhvAU=";
    hash = "sha256-MqV49Xi0pwP8kVXPPmOOYvZpQ6ZtWbeWZc+Qo0i30/g=";
  };

  build-system = [ setuptools ];