Skip to content

Commit 058cd93

Browse files
authored
qbittorrent-enhanced-nox: 5.1.0.10 -> 5.1.0.11 (NixOS#410801)
2 parents 600b872 + d1d8870 commit 058cd93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/qb/qbittorrent-enhanced/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
(qbittorrent.override { inherit guiSupport; }).overrideAttrs (old: rec {
99
pname = "qbittorrent-enhanced" + lib.optionalString (!guiSupport) "-nox";
10-
version = "5.1.0.10";
10+
version = "5.1.0.11";
1111

1212
src = fetchFromGitHub {
1313
owner = "c0re100";
1414
repo = "qBittorrent-Enhanced-Edition";
1515
rev = "release-${version}";
16-
hash = "sha256-VJqQFx9OvfuGyIfot9CgKiyGawOD3mYIdux20Atjea0=";
16+
hash = "sha256-LY79Y7sG6EHGOh1hRujAOMRK3MKSAblJ+FFuGlj13iQ=";
1717
};
1818

1919
meta = old.meta // {

0 commit comments

Comments
 (0)