Loading pkgs/tools/backup/restic/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -3,13 +3,13 @@ buildGoModule rec { pname = "restic"; version = "0.17.2"; version = "0.17.3"; src = fetchFromGitHub { owner = "restic"; repo = "restic"; rev = "v${version}"; hash = "sha256-CNQUqhFnuxoZpkVKyp/tDEfX91R8kjC2R41o2HA9eaM="; hash = "sha256-PTy/YcojJGrYQhdp98e3rEMqHIWDMR5jiSC6BdzBT/M="; }; patches = [ Loading @@ -25,7 +25,9 @@ buildGoModule rec { nativeCheckInputs = [ python3 ]; passthru.tests.restic = nixosTests.restic; passthru.tests = lib.optionalAttrs stdenv.isLinux { restic = nixosTests.restic; }; postPatch = '' rm cmd/restic/cmd_mount_integration_test.go Loading Loading
pkgs/tools/backup/restic/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -3,13 +3,13 @@ buildGoModule rec { pname = "restic"; version = "0.17.2"; version = "0.17.3"; src = fetchFromGitHub { owner = "restic"; repo = "restic"; rev = "v${version}"; hash = "sha256-CNQUqhFnuxoZpkVKyp/tDEfX91R8kjC2R41o2HA9eaM="; hash = "sha256-PTy/YcojJGrYQhdp98e3rEMqHIWDMR5jiSC6BdzBT/M="; }; patches = [ Loading @@ -25,7 +25,9 @@ buildGoModule rec { nativeCheckInputs = [ python3 ]; passthru.tests.restic = nixosTests.restic; passthru.tests = lib.optionalAttrs stdenv.isLinux { restic = nixosTests.restic; }; postPatch = '' rm cmd/restic/cmd_mount_integration_test.go Loading