Skip to content

Commit

Permalink
duplicacy: 2.1.2 -> 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ffinkdevs authored and marsam committed Feb 12, 2020
1 parent c3b1bb3 commit c384edd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/backup/duplicacy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

buildGoPackage rec {
pname = "duplicacy";
version = "2.1.2";
version = "2.3.0";

goPackagePath = "github.com/gilbertchen/duplicacy/";
goPackagePath = "github.com/gilbertchen/duplicacy";

src = fetchFromGitHub {
owner = "gilbertchen";
repo = "duplicacy";
rev = "v${version}";
sha256 = "0v3rk4da4b6dhqq8zsr4z27wd8p7crxapkn265kwpsaa99xszzbv";
sha256 = "12swp3kbwkmwn3g2mp964m60kabmz0ip7kkhvhiqq7k74nxzj312";
};
goDeps = ./deps.nix;
buildPhase = ''
Expand All @@ -24,7 +24,7 @@ buildGoPackage rec {

meta = with lib; {
homepage = https://duplicacy.com;
description = "A new generation cloud backup tool ";
description = "A new generation cloud backup tool";
platforms = platforms.linux ++ platforms.darwin;
license = lib.licenses.unfree;
maintainers = with maintainers; [ ffinkdevs ];
Expand Down
8 changes: 4 additions & 4 deletions pkgs/tools/backup/duplicacy/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c384edd

Please sign in to comment.