borgbackup: 1.0.3 -> 1.0.4

Take Pypi's hint and switch to GitHub.
This commit is contained in:
Tobias Geerinckx-Rice 2016-07-07 23:51:00 +02:00
parent df029f6517
commit 276448a477
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -2,14 +2,13 @@
python3Packages.buildPythonApplication rec {
name = "borgbackup-${version}";
version = "1.0.3";
version = "1.0.4";
namePrefix = "";
src = fetchurl {
url = "https://pypi.python.org/packages/"
+ "c9/c6/1efc338724b054d4d264dfeadfcba11cefa6c3c50f474cec91b8f0c21d3a/"
+ "${name}.tar.gz";
sha256 = "0kzr0xa00yjfxx27aipli67qg5ffj52yrnqhpf3sdy6k5wzwaybs";
url = "https://github.com/borgbackup/borg/releases/download/"
+ "${version}/${name}.tar.gz";
sha256 = "0768fh6b426a7wqx3m6pg4l9xkh7lhfjij1lq1iv4bm3x8a5k9ni";
};
nativeBuildInputs = with python3Packages; [