tarsnap: 1.0.36.1 -> 1.0.37

This commit is contained in:
Tanner Doshier 2016-03-11 12:57:15 -06:00
parent 71655b0b69
commit ab1008014d
2 changed files with 3 additions and 3 deletions

View File

@ -293,7 +293,7 @@ in
# make sure that the tarsnap server is reachable after systemd starts up # make sure that the tarsnap server is reachable after systemd starts up
# the service - therefore we sleep in a loop until we can ping the # the service - therefore we sleep in a loop until we can ping the
# endpoint. # endpoint.
preStart = "while ! ping -q -c 1 betatest-server.tarsnap.com &> /dev/null; do sleep 3; done"; preStart = "while ! ping -q -c 1 v1-0-0-server.tarsnap.com &> /dev/null; do sleep 3; done";
scriptArgs = "%i"; scriptArgs = "%i";
script = '' script = ''
mkdir -p -m 0755 ${dirOf cfg.cachedir} mkdir -p -m 0755 ${dirOf cfg.cachedir}

View File

@ -8,11 +8,11 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "tarsnap-${version}"; name = "tarsnap-${version}";
version = "1.0.36.1"; version = "1.0.37";
src = fetchurl { src = fetchurl {
url = "https://www.tarsnap.com/download/tarsnap-autoconf-${version}.tgz"; url = "https://www.tarsnap.com/download/tarsnap-autoconf-${version}.tgz";
sha256 = "1446l8g39bi5xxk4x1ijc1qjrj824729887gcffig0zrw80rx452"; sha256 = "1ynv323qi6775lzjb6hvifl8ajkv2bizy43sajadjfqvcl9r96gs";
}; };
preConfigure = '' preConfigure = ''