We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3367e70 commit d0211caCopy full SHA for d0211ca
pkgs/by-name/bi/bililiverecorder/package.nix
@@ -16,11 +16,11 @@ let
16
in
17
stdenv.mkDerivation rec {
18
pname = "bililiverecorder";
19
- version = "2.15.2";
+ version = "2.16.0";
20
21
src = fetchzip {
22
url = "https://github.com/BililiveRecorder/BililiveRecorder/releases/download/v${version}/BililiveRecorder-CLI-any.zip";
23
- hash = "sha256-cbyeMpbPKr9m8o6EaioNIkEleGTQ9ZkYkRyJiX079BA=";
+ hash = "sha256-VtwXx/q6edE5G+Tl6IB1x36DmXZ6ePqbPW0yl0K4F7U=";
24
stripRoot = false;
25
};
26
0 commit comments