Skip to content

Commit

Permalink
Merge pull request NixOS#195425 from r-ryantm/auto-update/flyctl
Browse files Browse the repository at this point in the history
flyctl: 0.0.406 -> 0.0.407
  • Loading branch information
viraptor committed Oct 10, 2022
2 parents eeaa493 + 3fe097d commit fe20691
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.0.406";
version = "0.0.407";

src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
sha256 = "sha256-2GisQo7RUqCGuw5ThfunjH4Bk8RIo0wov4lcsWu2NMs=";
sha256 = "sha256-M1ijAd4V16Su3gIt3wEXeU2gBTdw9/G5DcgIQ6vlr7s=";
};

vendorSha256 = "sha256-zOhURlJCt+cDSiIz+DOQEC8yJCODCEuE1oXro54vX7I=";
vendorSha256 = "sha256-gIinn3vVQzkASbEUvn0bH8IHL78Lyz9Fb1Tyx1dK49o=";

subPackages = [ "." ];

Expand Down

0 comments on commit fe20691

Please sign in to comment.