mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #37099 from ryantm/auto-update/s3ql
s3ql: 2.21 -> 2.26
This commit is contained in:
commit
208abe9ae3
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
|||
python3Packages.buildPythonApplication rec {
|
||||
name = "${pname}-${version}";
|
||||
pname = "s3ql";
|
||||
version = "2.21";
|
||||
version = "2.26";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://bitbucket.org/nikratio/${pname}/downloads/${name}.tar.bz2";
|
||||
sha256 = "1mifmxbsxc2rcrydk2vs5cjfd5r0510q5y7rmavlzi8grpcqdf3d";
|
||||
sha256 = "0xs1jbak51zwjrd6jmd96xl3a3jpw0p1s05f7sw5wipvvg0xnmfn";
|
||||
};
|
||||
|
||||
buildInputs = [ which ]; # tests will fail without which
|
||||
|
|
Loading…
Reference in a new issue