Skip to content

Commit d2d4c4f

Browse files
restic: 0.17.2 -> 0.17.3 (#354582)
2 parents f0bee68 + 38a52bb commit d2d4c4f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pkgs/tools/backup/restic/default.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
buildGoModule rec {
55
pname = "restic";
6-
version = "0.17.2";
6+
version = "0.17.3";
77

88
src = fetchFromGitHub {
99
owner = "restic";
1010
repo = "restic";
1111
rev = "v${version}";
12-
hash = "sha256-CNQUqhFnuxoZpkVKyp/tDEfX91R8kjC2R41o2HA9eaM=";
12+
hash = "sha256-PTy/YcojJGrYQhdp98e3rEMqHIWDMR5jiSC6BdzBT/M=";
1313
};
1414

1515
patches = [
@@ -25,7 +25,9 @@ buildGoModule rec {
2525

2626
nativeCheckInputs = [ python3 ];
2727

28-
passthru.tests.restic = nixosTests.restic;
28+
passthru.tests = lib.optionalAttrs stdenv.isLinux {
29+
restic = nixosTests.restic;
30+
};
2931

3032
postPatch = ''
3133
rm cmd/restic/cmd_mount_integration_test.go

0 commit comments

Comments
 (0)