Skip to content

Commit 5963d2a

Browse files
authored
Merge pull request #335852 from wahjava/update/flyctl
flyctl: 0.2.109 -> 0.2.114
2 parents 50a867f + 07b7048 commit 5963d2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/web/flyctl/default.nix

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

33
buildGoModule rec {
44
pname = "flyctl";
5-
version = "0.2.109";
5+
version = "0.2.114";
66

77
src = fetchFromGitHub {
88
owner = "superfly";
99
repo = "flyctl";
1010
rev = "v${version}";
11-
hash = "sha256-5+WOc/mVFSO20E6ENFzMSSLYioMkCV8mKIVAVpdFWzU=";
11+
hash = "sha256-NzF+AAZQxQeM+x8tTyiBl0VVYphMKKj3o2koV8JmQtQ";
1212
};
1313

14-
vendorHash = "sha256-XXyDHyH1XSh0gJedaQB4HKexz4DMz6rcBlrYoWSKacg=";
14+
vendorHash = "sha256-Mujrsgoabx0/+g+IFwNNpI6C532iu/BWHk6xtIPsE+M=";
1515

1616
subPackages = [ "." ];
1717

0 commit comments

Comments
 (0)