Skip to content

Commit 0568807

Browse files
committed
libtorrent: 0.15.4 -> 0.15.5
1 parent a630831 commit 0568807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/libtorrent/package.nix

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

1515
stdenv.mkDerivation (finalAttrs: {
1616
pname = "rakshasa-libtorrent";
17-
version = "0.15.4";
17+
version = "0.15.5";
1818

1919
src = fetchFromGitHub {
2020
owner = "rakshasa";
2121
repo = "libtorrent";
2222
rev = "v${finalAttrs.version}";
23-
hash = "sha256-EtT1g8fo2XRVO7pGUThoEklxpYKPI7OWwCZ2vVV73k4=";
23+
hash = "sha256-iFndmET8bQUg3iZ6c6WDCzSS2tx6sYJt+fEkPAaNm18=";
2424
};
2525

2626
nativeBuildInputs = [

0 commit comments

Comments
 (0)