Merge pull request #171303 from renesat/submit/autorestic

autorestic: 1.5.8 -> 1.7.1
main
Artturi 2 years ago committed by GitHub
commit ecf7354788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      pkgs/tools/backup/autorestic/default.nix
  2. 4
      pkgs/top-level/all-packages.nix

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "autorestic";
version = "1.5.8";
version = "1.7.1";
src = fetchFromGitHub {
owner = "cupcakearmy";
repo = pname;
rev = "v${version}";
sha256 = "sha256-0eq2u3DCNgfxsiE4lycf+xGIoEC3sZgEMha9+40j+9s=";
sha256 = "sha256-UUK5C26wM8LKQ7TE6DWEfzq+uPXH09B2Nybkfuqk+1o=";
};
vendorSha256 = "sha256-qYXdRpQT7x+Y5h8PuKGjsANXLqjNlsPKO76GQhnufTU=";
vendorSha256 = "sha256-eB24vCElnnk3EMKniCblmeRsFk0BQ0wFeBf0B8OPanE=";
nativeBuildInputs = [ installShellFiles ];
@ -27,6 +27,6 @@ buildGoModule rec {
homepage = "https://github.com/cupcakearmy/autorestic";
license = licenses.asl20;
maintainers = with maintainers; [ renesat ];
platforms = platforms.linux ++ platforms.darwin;
mainProgram = "autorestic";
};
}

@ -161,7 +161,9 @@ with pkgs;
autoconf = autoconf269;
};
autorestic = callPackage ../tools/backup/autorestic { };
autorestic = callPackage ../tools/backup/autorestic {
buildGoModule = buildGo118Module;
};
autoPatchelfHook = makeSetupHook {
name = "auto-patchelf-hook";

Loading…
Cancel
Save