3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #52895 from ivan/qbittorrent-4.1.5

qbittorrent: 4.1.4 -> 4.1.5
This commit is contained in:
worldofpeace 2018-12-26 22:06:22 -05:00 committed by GitHub
commit 984c843181
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "qbittorrent-${version}";
version = "4.1.4";
version = "4.1.5";
src = fetchFromGitHub {
owner = "qbittorrent";
repo = "qbittorrent";
rev = "release-${version}";
sha256 = "1hclyahgzj775h1fnv2rck9cw3r2yp2r6p1q263mj890n32gf3hp";
sha256 = "09zcygaxfv9g6av0vsvlyzv4v65wvj766xyfx31yz5ig3xan6ak1";
};
# NOTE: 2018-05-31: CMake is working but it is not officially supported