qbittorrent-enhanced-nox: 5.1.0.11 -> 5.1.2.10

R. Ryantm ce422ca3 247c3817

+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.1.0.11"; 10 + version = "5.1.2.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-LY79Y7sG6EHGOh1hRujAOMRK3MKSAblJ+FFuGlj13iQ="; 16 + hash = "sha256-Q3gipRgZCzihKUQZZmETT65AUSEUfgj9dFxZFybq258="; 17 17 }; 18 18 19 19 meta = old.meta // {