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: 289f4e53752c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1b790c5099cc
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 9, 2020

  1. maestral: 0.6.3 -> 0.6.4

    r-ryantm authored and FRidh committed May 9, 2020
    Copy the full SHA
    1b790c5 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/maestral/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/maestral/default.nix
Original file line number Diff line number Diff line change
@@ -8,15 +8,15 @@

python3.pkgs.buildPythonApplication rec {
pname = "maestral${lib.optionalString withGui "-gui"}";
version = "0.6.3";
version = "0.6.4";

disabled = python3.pkgs.pythonOlder "3.6";

src = fetchFromGitHub {
owner = "SamSchott";
repo = "maestral-dropbox";
rev = "v${version}";
sha256 = "0h1vbx00mps2msdhsab1yz64c8sprwrg38nkqyj86mkb6jkirq92";
sha256 = "06psbjd205qj6vx7k7ywhclz1bs5zp43xnf275hf0k80h3b064sn";
};

propagatedBuildInputs = with python3.pkgs; [