summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-11-08 16:17:53 +0100
committerGitHub <noreply@github.com>2021-11-08 16:17:53 +0100
commite9f5a02ef5d3cd8871a09b376dfd488569c934fa (patch)
tree3776b0dd555b8d7a3e66cac0fa1779c08126d33a /pkgs/development/libraries
parentc9e33de3479616687d40d01e7012b28899d0f1ec (diff)
parentb42f0a0b45d33dec4a25508ea5293a4a016697a9 (diff)
downloadnixpkgs-e9f5a02ef5d3cd8871a09b376dfd488569c934fa.tar
nixpkgs-e9f5a02ef5d3cd8871a09b376dfd488569c934fa.tar.gz
nixpkgs-e9f5a02ef5d3cd8871a09b376dfd488569c934fa.tar.bz2
nixpkgs-e9f5a02ef5d3cd8871a09b376dfd488569c934fa.tar.lz
nixpkgs-e9f5a02ef5d3cd8871a09b376dfd488569c934fa.tar.xz
nixpkgs-e9f5a02ef5d3cd8871a09b376dfd488569c934fa.tar.zst
nixpkgs-e9f5a02ef5d3cd8871a09b376dfd488569c934fa.zip
Merge pull request #144425 from r-ryantm/auto-update/libtorrent-rasterbar
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/libtorrent-rasterbar/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libtorrent-rasterbar/default.nix b/pkgs/development/libraries/libtorrent-rasterbar/default.nix
index 90c14c6fdf9..c822d9dd12f 100644
--- a/pkgs/development/libraries/libtorrent-rasterbar/default.nix
+++ b/pkgs/development/libraries/libtorrent-rasterbar/default.nix
@@ -3,7 +3,7 @@
 }:
 
 let
-  version = "2.0.3";
+  version = "2.0.4";
 
   # Make sure we override python, so the correct version is chosen
   boostPython = boost.override { enablePython = true; inherit python; };
@@ -16,7 +16,7 @@ in stdenv.mkDerivation {
     owner = "arvidn";
     repo = "libtorrent";
     rev = "v${version}";
-    sha256 = "0c5g2chylhkwwssfab9gw0b7bm3raj08yzgia7j4d044lp8gflnd";
+    sha256 = "sha256-D+Euv71pquqyKGPvk76IwYKvVj+/oNtJfiLleiafthQ=";
     fetchSubmodules = true;
   };