Skip to content

Commit

Permalink
flyctl: 0.3.1 -> 0.3.6 (NixOS#343197)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaghavSood authored Sep 20, 2024
2 parents eb18392 + b1190a7 commit ff5752a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/web/flyctl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "flyctl";
version = "0.3.1";
version = "0.3.6";

src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
hash = "sha256-5P6B52ekrAupoQh2K3LhC4ydwuKOTPfpjOVlGiDxQb0=";
hash = "sha256-Wj9omHywqXYEaap4w4C6wtwRs0QyKx4kp+QAkmK07fE=";
};

vendorHash = "sha256-QfequNmKLbZqMKcwhRXKaTflQYWKu8ucjaGcBM7Jn6g=";
vendorHash = "sha256-Z9qbrFctUv6F8374qyJ7Fw4HU/7BIhEfHfrwoFUXM4Q=";

subPackages = [ "." ];

Expand Down

0 comments on commit ff5752a

Please sign in to comment.