We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7333fd + 0568807 commit a5b8040Copy full SHA for a5b8040
pkgs/by-name/li/libtorrent/package.nix
@@ -14,13 +14,13 @@
14
15
stdenv.mkDerivation (finalAttrs: {
16
pname = "rakshasa-libtorrent";
17
- version = "0.15.4";
+ version = "0.15.5";
18
19
src = fetchFromGitHub {
20
owner = "rakshasa";
21
repo = "libtorrent";
22
rev = "v${finalAttrs.version}";
23
- hash = "sha256-EtT1g8fo2XRVO7pGUThoEklxpYKPI7OWwCZ2vVV73k4=";
+ hash = "sha256-iFndmET8bQUg3iZ6c6WDCzSS2tx6sYJt+fEkPAaNm18=";
24
};
25
26
nativeBuildInputs = [
0 commit comments