Skip to content

Commit 0447ce7

Browse files
committed
flyctl: 0.3.89 -> 0.3.94
1 parent 2a6f5e8 commit 0447ce7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/fl/flyctl/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
buildGoModule rec {
1111
pname = "flyctl";
12-
version = "0.3.89";
12+
version = "0.3.94";
1313

1414
src = fetchFromGitHub {
1515
owner = "superfly";
1616
repo = "flyctl";
1717
rev = "v${version}";
18-
hash = "sha256-sAgN45f+RS2uLLP6biym2oT7pW+nyA0lIIpm/pFAPuU=";
18+
hash = "sha256-eCAnOoP5YQL/UCKex/lGiY28JswJTBmg+AIRrrDaAmc=";
1919
};
2020

21-
vendorHash = "sha256-HWSNZQxIR9GnBHpJVkCj+5iIrwqAI3GKYLEmq0GP9lU=";
21+
vendorHash = "sha256-OokZuh6wzu7xWu//T87n0tbFC3L+MpEJWkSaFJJJUVI=";
2222

2323
subPackages = [ "." ];
2424

0 commit comments

Comments
 (0)