Skip to content

Commit

Permalink
borgbackup: 1.0.7 -> 1.0.8
Browse files Browse the repository at this point in the history
(cherry picked from commit ee40829)
  • Loading branch information
bjornfor committed Oct 31, 2016
1 parent b59e2e4 commit 2c3718e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/backup/borg/default.nix
Expand Up @@ -2,13 +2,13 @@

python3Packages.buildPythonApplication rec {
name = "borgbackup-${version}";
version = "1.0.7";
version = "1.0.8";
namePrefix = "";

src = fetchurl {
url = "https://github.com/borgbackup/borg/releases/download/"
+ "${version}/${name}.tar.gz";
sha256 = "1l9iw55w5x51yxl3q89cf6avg80lajxvc8qz584hrsmnk6i56cr0";
sha256 = "1fdfi0yzzdrrlml6780n4fh61sqm7pw6fcd1y67kfkvw8hy5c0k9";
};

nativeBuildInputs = with python3Packages; [
Expand Down

0 comments on commit 2c3718e

Please sign in to comment.