Skip to content

Instantly share code, notes, and snippets.

@neonfuz
Created December 16, 2017 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neonfuz/7bf76d547977739cecb9c96400d82a5d to your computer and use it in GitHub Desktop.
Save neonfuz/7bf76d547977739cecb9c96400d82a5d to your computer and use it in GitHub Desktop.
{
packageOverrides = pkgs: {
qbittorrent = pkgs.qbittorrent.overrideAttrs (oldAttrs: oldAttrs // rec {
version = "3.3.16";
name = "qbittorrent-${version}";
src = pkgs.fetchurl {
url = "mirror://sourceforge/qbittorrent/${name}.tar.xz";
sha256 = "0mxyn2pajvb55bhcaz55v64p2xzy15p0yy174s62b5y3f8cac27a";
};
});
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment