Skip to content

Commit 277475c

Browse files
authored
flyctl: 0.3.29 -> 0.3.37 (#357076)
2 parents 90b61ca + 74989ea commit 277475c

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

1414
src = fetchFromGitHub {
1515
owner = "superfly";
1616
repo = "flyctl";
1717
rev = "v${version}";
18-
hash = "sha256-gaDmgMJ87d8SosmXuO2arLS7w+3NBS8teKhdIRIXRnM=";
18+
hash = "sha256-Ilj5nmRzHH3TeTV8HS1xvwnQGsPrOsbthezp64TS/64=";
1919
};
2020

21-
vendorHash = "sha256-0GfbHCKzBE8dlf2ZtUZN5L6ZJK2/Jhd9HNnkCNTAgtk=";
21+
vendorHash = "sha256-xYDiMOr3KxMjSGh9GkV905kaREW3oPQBQGs0h3TOn9c=";
2222

2323
subPackages = [ "." ];
2424

0 commit comments

Comments
 (0)