mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
borgbackup: 1.0.3 -> 1.0.4
Take Pypi's hint and switch to GitHub.
This commit is contained in:
parent
df029f6517
commit
276448a477
1 changed files with 4 additions and 5 deletions
|
@ -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; [
|
||||
|
|
Loading…
Reference in a new issue