Skip to content

Commit

Permalink
Merge pull request #196554 from r-ryantm/auto-update/autorestic
Browse files Browse the repository at this point in the history
autorestic: 1.7.3 -> 1.7.4
  • Loading branch information
Mic92 authored Oct 18, 2022
2 parents aa1c392 + ad63c26 commit 0d37b5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/backup/autorestic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "autorestic";
version = "1.7.3";
version = "1.7.4";

src = fetchFromGitHub {
owner = "cupcakearmy";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/TTnviFfL56l5WJwNLTcVXccUss8uhvR9ZSkHZcisc8=";
sha256 = "sha256-Yg/R3f84nSLrfHA20Jtq28ldSK/y4c7rVm4GN4+DlDY=";
};

vendorSha256 = "sha256-eB24vCElnnk3EMKniCblmeRsFk0BQ0wFeBf0B8OPanE=";
Expand Down

0 comments on commit 0d37b5b

Please sign in to comment.