Skip to content

Commit

Permalink
Merge pull request #55791 from xeji/p/restic
Browse files Browse the repository at this point in the history
restic: 0.9.2 -> 0.9.4
  • Loading branch information
flokli authored Feb 14, 2019
2 parents 5deaf40 + a70e526 commit 9611f84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/backup/restic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

buildGoPackage rec {
name = "restic-${version}";
version = "0.9.2";
version = "0.9.4";

goPackagePath = "github.com/restic/restic";

src = fetchFromGitHub {
owner = "restic";
repo = "restic";
rev = "v${version}";
sha256 = "0kl8yk636i3y7f2kd43pydjh4pv7hhq09p5k54jlysnrbf2kjb4h";
sha256 = "15lx01w46bwn3hjwpmm8xy71m7ml9wdwddbbfvmk5in61gv1acr5";
};

buildPhase = ''
Expand Down

0 comments on commit 9611f84

Please sign in to comment.