Skip to content

Commit

Permalink
restic: 0.9.4 -> 0.9.5 (#60156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schütz committed Apr 25, 2019
1 parent 5d27751 commit 5847b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/backup/restic/default.nix
Expand Up @@ -2,15 +2,15 @@

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

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

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

buildPhase = ''
Expand Down

0 comments on commit 5847b2a

Please sign in to comment.