Skip to content

Commit 7f50d4b

Browse files
authored
flyctl: 0.3.110 -> 0.3.116 (#405020)
2 parents 4ba6391 + aa8b531 commit 7f50d4b

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.110";
12+
version = "0.3.116";
1313

1414
src = fetchFromGitHub {
1515
owner = "superfly";
1616
repo = "flyctl";
1717
rev = "v${version}";
18-
hash = "sha256-zZlTVpqW96SSY1Lsgyax8bJ1VfErPet8YX5nUep8Auo=";
18+
hash = "sha256-IUp2veKRSmxPqADQfE82htwphaiHQZWvwqGufnYdipU=";
1919
};
2020

21-
vendorHash = "sha256-QrjK5p5eCfQ4eEgaUhUq4Ps1E8ZPee0698a7tGZYHWo=";
21+
vendorHash = "sha256-dLfP1UXE4J6iGlQrhl3wik5TPqsqdhKv4iScMxzOb1A=";
2222

2323
subPackages = [ "." ];
2424

0 commit comments

Comments
 (0)