Merge pull request #134392 from babbaj/gb-update
This commit is contained in:
commit
aaa66ba3ff
1 changed files with 4 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
buildGoModule {
|
||||
pname = "gb-backup";
|
||||
version = "unstable-2021-04-07";
|
||||
version = "unstable-2021-08-16";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "leijurv";
|
||||
repo = "gb";
|
||||
rev = "904813bf0bbce048af5795618d58c0b1953f9ff8";
|
||||
sha256 = "111jrcv4x38sc19xha5q3pd2297s13qh1maa7sa1k09hgypvgsxf";
|
||||
rev = "fa996208d06766bf523686fbe5831628130d80f7";
|
||||
sha256 = "1vggl8d69sf4z2lmixfndwwd6l9gi0fkkrxga7v4w7a7yr96b1vp";
|
||||
};
|
||||
|
||||
vendorSha256 = "0m2aa6p04b4fs7zncar1mlykc94pp527phv71cdsbx58jgsm1jnx";
|
||||
|
@ -23,6 +23,7 @@ buildGoModule {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Gamer Backup, a super opinionated cloud backup system";
|
||||
homepage = "https://github.com/leijurv/gb";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ babbaj ];
|
||||
platforms = platforms.unix;
|
||||
|
|
Loading…
Reference in a new issue