tarsnap: 1.0.36.1 -> 1.0.37

+3 -3
+1 -1
nixos/modules/services/backup/tarsnap.nix
··· 293 # make sure that the tarsnap server is reachable after systemd starts up 294 # the service - therefore we sleep in a loop until we can ping the 295 # endpoint. 296 - preStart = "while ! ping -q -c 1 betatest-server.tarsnap.com &> /dev/null; do sleep 3; done"; 297 scriptArgs = "%i"; 298 script = '' 299 mkdir -p -m 0755 ${dirOf cfg.cachedir}
··· 293 # make sure that the tarsnap server is reachable after systemd starts up 294 # the service - therefore we sleep in a loop until we can ping the 295 # endpoint. 296 + preStart = "while ! ping -q -c 1 v1-0-0-server.tarsnap.com &> /dev/null; do sleep 3; done"; 297 scriptArgs = "%i"; 298 script = '' 299 mkdir -p -m 0755 ${dirOf cfg.cachedir}
+2 -2
pkgs/tools/backup/tarsnap/default.nix
··· 8 in 9 stdenv.mkDerivation rec { 10 name = "tarsnap-${version}"; 11 - version = "1.0.36.1"; 12 13 src = fetchurl { 14 url = "https://www.tarsnap.com/download/tarsnap-autoconf-${version}.tgz"; 15 - sha256 = "1446l8g39bi5xxk4x1ijc1qjrj824729887gcffig0zrw80rx452"; 16 }; 17 18 preConfigure = ''
··· 8 in 9 stdenv.mkDerivation rec { 10 name = "tarsnap-${version}"; 11 + version = "1.0.37"; 12 13 src = fetchurl { 14 url = "https://www.tarsnap.com/download/tarsnap-autoconf-${version}.tgz"; 15 + sha256 = "1ynv323qi6775lzjb6hvifl8ajkv2bizy43sajadjfqvcl9r96gs"; 16 }; 17 18 preConfigure = ''