qbittorrent: 5.0.2 -> 5.0.3 (#368028)
This commit is contained in:
@@ -21,13 +21,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "qbittorrent" + lib.optionalString (!guiSupport) "-nox";
|
pname = "qbittorrent" + lib.optionalString (!guiSupport) "-nox";
|
||||||
version = "5.0.2";
|
version = "5.0.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "qbittorrent";
|
owner = "qbittorrent";
|
||||||
repo = "qBittorrent";
|
repo = "qBittorrent";
|
||||||
rev = "release-${finalAttrs.version}";
|
rev = "release-${finalAttrs.version}";
|
||||||
hash = "sha256-JIURzAkVNYjHAx8yY0WaKNK4N/z9ndqjk0EXkJH9AzY=";
|
hash = "sha256-nz9no2+nsC+PEnqPyUJpup0OLsS6G+yvTwbwDPko7Eg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|||||||
Reference in New Issue
Block a user