Skip to content

Commit c9da4b7

Browse files
authored
bililiverecorder: 2.15.2 -> 2.16.0 (NixOS#397181)
2 parents 3a8bf08 + d0211ca commit c9da4b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/bi/bililiverecorder/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ let
1616
in
1717
stdenv.mkDerivation rec {
1818
pname = "bililiverecorder";
19-
version = "2.15.2";
19+
version = "2.16.0";
2020

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

0 commit comments

Comments
 (0)