mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
borgbackup: 1.0.8 -> 1.0.9 (security fixes)
And bug fixes. Changelog: https://github.com/borgbackup/borg/blob/1.0.9/docs/changes.rst#version-109-2016-12-20
This commit is contained in:
parent
65830800bd
commit
7fda8db891
@ -2,18 +2,18 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
name = "borgbackup-${version}";
|
||||
version = "1.0.8";
|
||||
version = "1.0.9";
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/borgbackup/borg/releases/download/"
|
||||
+ "${version}/${name}.tar.gz";
|
||||
sha256 = "1fdfi0yzzdrrlml6780n4fh61sqm7pw6fcd1y67kfkvw8hy5c0k9";
|
||||
sha256 = "1ciwp9yilcibk0x82y5nn8ps95jrm8rxvff8mjrlp7a2w100i1im";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
# For building documentation:
|
||||
sphinx
|
||||
sphinx sphinx_rtd_theme
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
acl lz4 openssl
|
||||
|
Loading…
Reference in New Issue
Block a user