lol

qbittorrent-enhanced: 5.0.3.10 -> 5.0.4.10 (#385847)

Co-authored-by: ByteSudoer <ByteSudoer@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
ByteSudoer
and committed by
GitHub
5aeeed52 c87e3597

+2 -2
+2 -2
pkgs/by-name/qb/qbittorrent-enhanced/package.nix
··· 7 7 8 8 (qbittorrent.override { inherit guiSupport; }).overrideAttrs (old: rec { 9 9 pname = "qbittorrent-enhanced" + lib.optionalString (!guiSupport) "-nox"; 10 - version = "5.0.3.10"; 10 + version = "5.0.4.10"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "c0re100"; 14 14 repo = "qBittorrent-Enhanced-Edition"; 15 15 rev = "release-${version}"; 16 - hash = "sha256-efQFjdJeVMrPvCQ5aYtUb65hozKc73MnP0/Kheti9BI="; 16 + hash = "sha256-qYGDPEg4BZZgHschgFjp23EnmaBtmM+UNoC2Lympt/g="; 17 17 }; 18 18 19 19 meta = old.meta // {