lol

bililiverecorder: 2.17.1 -> 2.17.3 (#423207)

authored by

Weijia Wang and committed by
GitHub
361b9fdb 94044d49

+2 -2
+2 -2
pkgs/by-name/bi/bililiverecorder/package.nix
··· 16 16 in 17 17 stdenv.mkDerivation rec { 18 18 pname = "bililiverecorder"; 19 - version = "2.17.1"; 19 + version = "2.17.3"; 20 20 21 21 src = fetchzip { 22 22 url = "https://github.com/BililiveRecorder/BililiveRecorder/releases/download/v${version}/BililiveRecorder-CLI-any.zip"; 23 - hash = "sha256-XgZPnPwIbUn/KNou1VXp8QbYJL5U5bVs/bLWx43bh7w="; 23 + hash = "sha256-bmwRa8pQWCzP3SeZQsUZ9r0UbGypN5c6oeGa6XR/Hqo="; 24 24 stripRoot = false; 25 25 }; 26 26