We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75f6dee + 0447ce7 commit 52faf48Copy full SHA for 52faf48
pkgs/by-name/fl/flyctl/package.nix
@@ -9,16 +9,16 @@
9
10
buildGoModule rec {
11
pname = "flyctl";
12
- version = "0.3.89";
+ version = "0.3.94";
13
14
src = fetchFromGitHub {
15
owner = "superfly";
16
repo = "flyctl";
17
rev = "v${version}";
18
- hash = "sha256-sAgN45f+RS2uLLP6biym2oT7pW+nyA0lIIpm/pFAPuU=";
+ hash = "sha256-eCAnOoP5YQL/UCKex/lGiY28JswJTBmg+AIRrrDaAmc=";
19
};
20
21
- vendorHash = "sha256-HWSNZQxIR9GnBHpJVkCj+5iIrwqAI3GKYLEmq0GP9lU=";
+ vendorHash = "sha256-OokZuh6wzu7xWu//T87n0tbFC3L+MpEJWkSaFJJJUVI=";
22
23
subPackages = [ "." ];
24
0 commit comments