Skip to content

Commit d73b55a

Browse files
authored
Update to restic 0.18.1 (#200)
1 parent 13c2da1 commit d73b55a

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ I personally use this library for my backups. I've published my backup script at
6666

6767
## Compatibility
6868

69-
resticpy is tested against [restic 0.17.1](https://github.com/restic/restic/releases/tag/v0.17.1).
69+
resticpy is tested against [restic 0.18.1](https://github.com/restic/restic/releases/tag/v0.18.1).
7070

7171
## resticpy's scope and future
7272

dev-scripts/install-restic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set -x
1111

1212
cd "$(mktemp --directory)"
1313

14-
readonly RESTIC_VERSION='0.17.1'
14+
readonly RESTIC_VERSION='0.18.1'
1515

1616
wget "https://github.com/restic/restic/releases/download/v${RESTIC_VERSION}/restic_${RESTIC_VERSION}_linux_amd64.bz2"
1717

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# 20.6.1 release
1111
nodejs-nixpkgs.url = "github:NixOS/nixpkgs/78058d810644f5ed276804ce7ea9e82d92bee293";
1212

13-
# 0.17.1 release
14-
restic-nixpkgs.url = "github:NixOS/nixpkgs/d4f247e89f6e10120f911e2e2d2254a050d0f732";
13+
# 0.18.1 release
14+
restic-nixpkgs.url = "github:NixOS/nixpkgs/01b6809f7f9d1183a2b3e081f0a1e6f8f415cb09";
1515

1616
pyproject-nix = {
1717
url = "github:nix-community/pyproject.nix";

0 commit comments

Comments
 (0)