Commit a8a8401b authored by Weijia Wang's avatar Weijia Wang Committed by tomf
Browse files

vlc-bittorrent: fix version

parent eaf5ec98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "vlc-bittorrent";
  version = "2.15.0";
  version = "2.15";

  src = fetchFromGitHub {
    owner = "johang";