bililiverecorder: 2.16.0 -> 2.17.0

This commit is contained in:
R. Ryantm 2025-04-30 14:27:43 +00:00
parent 4c66bec300
commit ca43f15429

View file

@ -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;
};