Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f8463ef80020
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e2bb73ce5f78
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 6, 2020

  1. borgbackup: 1.1.11 -> 1.1.13

    (cherry picked from commit 7fb84ea)
    mweinelt committed Jun 6, 2020

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    6956305 View commit details

Commits on Jun 7, 2020

  1. Merge pull request #89681 from mweinelt/20.03/borgbackup

    [20.03] borgbackup: 1.1.11 -> 1.1.13
    Ma27 authored Jun 7, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e2bb73c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/backup/borg/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/backup/borg/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

python3.pkgs.buildPythonApplication rec {
pname = "borgbackup";
version = "1.1.11";
version = "1.1.13";

src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "190gjzx83b6p64nqj840x382dgz9gfv0gm7wj585lnkrpa90j29n";
sha256 = "089q3flmwbz7dc28zlscwylf64kgck3jf1n6lqpwww8hlrk8cjhn";
};

nativeBuildInputs = with python3.pkgs; [