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

bililiverecorder: 2.15.2 -> 2.16.0 (#397181)

parents 3a8bf084 d0211ca6
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.15.2";
  version = "2.16.0";

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