Skip to content

Commit a5b8040

Browse files
authored
libtorrent: 0.15.4 -> 0.15.5 (#421264)
2 parents b7333fd + 0568807 commit a5b8040

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)