Skip to content

Commit 7848caf

Browse files
flyctl: 0.3.116 -> 0.3.125 (#408515)
Co-authored-by: techknowlogick <[email protected]>
2 parents ccce092 + 7ff2295 commit 7848caf

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

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

21-
vendorHash = "sha256-dLfP1UXE4J6iGlQrhl3wik5TPqsqdhKv4iScMxzOb1A=";
21+
vendorHash = "sha256-9E6Kd9TV8TplL4KU47hhOIPuO/hm0T3aaMK/rEMBUU4=";
2222

2323
subPackages = [ "." ];
2424

0 commit comments

Comments
 (0)