Skip to content

Commit

Permalink
borgbackup: 1.0.9 -> 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornfor committed Mar 5, 2017
1 parent 8bcbd4f commit 5f1398c
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.9";
version = "1.0.10";
namePrefix = "";

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

nativeBuildInputs = with python3Packages; [
Expand Down

0 comments on commit 5f1398c

Please sign in to comment.