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

bililiverecorder: 2.16.0 -> 2.17.0 (#403073)

parents da15c23e ca43f154
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,11 +16,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "bililiverecorder";
  version = "2.16.0";
  version = "2.17.0";

  src = fetchzip {
    url = "https://github.com/BililiveRecorder/BililiveRecorder/releases/download/v${version}/BililiveRecorder-CLI-any.zip";
    hash = "sha256-VtwXx/q6edE5G+Tl6IB1x36DmXZ6ePqbPW0yl0K4F7U=";
    hash = "sha256-6ucOngVWbtPQ1HTNrmbd15JTuzOPMt0Bj4QaoqUEUDQ=";
    stripRoot = false;
  };