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: b72070959ae7
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9c26b10bee2a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 13, 2019

  1. tahoe-lafs: 1.12.1 -> 1.13.0

    tilpner committed Feb 13, 2019
    Copy the full SHA
    0ce675a View commit details

Commits on Feb 21, 2019

  1. Merge pull request #53873 from tilpner/tahoelafs-update

    tahoe-lafs: 1.12.1 -> 1.13.0
    srhb authored Feb 21, 2019
    Copy the full SHA
    9c26b10 View commit details
Showing with 5 additions and 3 deletions.
  1. +5 −3 pkgs/tools/networking/p2p/tahoe-lafs/default.nix
8 changes: 5 additions & 3 deletions pkgs/tools/networking/p2p/tahoe-lafs/default.nix
Original file line number Diff line number Diff line change
@@ -6,13 +6,13 @@
# some loss of functionality because of it.

pythonPackages.buildPythonApplication rec {
version = "1.12.1";
version = "1.13.0";
name = "tahoe-lafs-${version}";
namePrefix = "";

src = fetchurl {
url = "https://tahoe-lafs.org/downloads/tahoe-lafs-${version}.tar.bz2";
sha256 = "0x9f1kjym1188fp6l5sqy0zz8mdb4xw861bni2ccv26q482ynbks";
sha256 = "11pfz9yyy6qkkyi0kskxlbn2drfppx6yawqyv4kpkrkj4q7x5m42";
};

outputs = [ "out" "doc" "info" ];
@@ -56,9 +56,11 @@ pythonPackages.buildPythonApplication rec {
propagatedBuildInputs = with pythonPackages; [
twisted foolscap nevow simplejson zfec pycryptopp darcsver
setuptoolsTrial setuptoolsDarcs pycrypto pyasn1 zope_interface
service-identity pyyaml
service-identity pyyaml magic-wormhole treq
];

checkInputs = with pythonPackages; [ hypothesis ];

# Install the documentation.
postInstall = ''
(