Skip to content

Commit 85ca373

Browse files
flyctl: 0.4.33 -> 0.4.36 (#511816)
2 parents 571092d + 9c3ef5e commit 85ca373

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/fl/flyctl/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
buildGoModule rec {
1414
pname = "flyctl";
15-
version = "0.4.33";
15+
version = "0.4.36";
1616

1717
src = fetchFromGitHub {
1818
owner = "superfly";
@@ -22,11 +22,11 @@ buildGoModule rec {
2222
cd "$out"
2323
git rev-parse HEAD > COMMIT
2424
'';
25-
hash = "sha256-d6GcWiEf/Ir8Uut+xEQagOCcEjOoIxGPvvYC2fqzQPo=";
25+
hash = "sha256-WMENTGVwMICIrgMbl31cEaBpznyv3+XFtAhP8AajWyo=";
2626
};
2727

2828
proxyVendor = true;
29-
vendorHash = "sha256-YO1/E1ys2rt/7nswYsuwynlACH3XsKtsrVRqzoJlny0=";
29+
vendorHash = "sha256-qGG+xOBe8JLt+F4iTNMEC1XTs5H/rfLtUZO7QXYAaZg=";
3030

3131
subPackages = [ "." ];
3232

0 commit comments

Comments
 (0)