Commit 5dc3bd44 authored by R. RyanTM's avatar R. RyanTM
Browse files

bililiverecorder: 2.17.3 -> 2.18.0

parent 6aca194a
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.17.3";
  version = "2.18.0";

  src = fetchzip {
    url = "https://github.com/BililiveRecorder/BililiveRecorder/releases/download/v${version}/BililiveRecorder-CLI-any.zip";
    hash = "sha256-bmwRa8pQWCzP3SeZQsUZ9r0UbGypN5c6oeGa6XR/Hqo=";
    hash = "sha256-b1hHLf0w+XwBBbnvP07Ik6bwIWSs13MPVjIN5b1n+C4=";
    stripRoot = false;
  };