Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: abdeb15bafe0
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10b04f5b1f59
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 6, 2020

  1. libtorrentRasterbar: 1.2.5 -> 1.2.6

    r-ryantm authored and Jon committed May 6, 2020

    Unverified

    The email in this signature doesn’t match the committer email.
    Copy the full SHA
    10b04f5 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/libtorrent-rasterbar/1.2/default.nix
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
}:

let
version = "1.2.5";
version = "1.2.6";
formattedVersion = lib.replaceChars ["."] ["_"] version;

# Make sure we override python, so the correct version is chosen
@@ -18,7 +18,7 @@ in stdenv.mkDerivation {
owner = "arvidn";
repo = "libtorrent";
rev = "libtorrent-${formattedVersion}";
sha256 = "0y2fzqbvb1bxvf93d7sphwzxih6j40p5p3fay943k26w0nrq802w";
sha256 = "140gc9j6lymy5kr0gviqznpg4hl57rz2q6vpb9sjkkimr19lrvdr";
};

enableParallelBuilding = true;