vlc-bittorrent: 2.15 -> 2.16

This commit is contained in:
R. Ryantm
2026-01-04 12:31:27 +00:00
parent e1bd7f4b63
commit 5caf0bfe86
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vlc-bittorrent";
version = "2.15";
version = "2.16";
src = fetchFromGitHub {
owner = "johang";
repo = "vlc-bittorrent";
rev = "v${finalAttrs.version}";
hash = "sha256-7FHeQYHbMKZJ3yeHqxTTAUwghTje+gEX8gSEJzfG5sQ=";
hash = "sha256-e2oMZGE7D93SbwYTb1a4BPN+P8P3rJ2iGtKC4vwdfhI=";
};
nativeBuildInputs = [