mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 03:08:28 +00:00
Merge pull request #127295 from r-ryantm/auto-update/flyctl
flyctl: 0.0.223 -> 0.0.227
This commit is contained in:
commit
c0da475504
@ -2,13 +2,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "flyctl";
|
||||
version = "0.0.223";
|
||||
version = "0.0.227";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "superfly";
|
||||
repo = "flyctl";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-HDxFjEXQ33U2SiRz/e6vurZo710ibArdGLZcLoou17I=";
|
||||
sha256 = "sha256-nql0zK2H0FDQMsnSJSNzC7YmvUZfITHH5p1efFHsj58=";
|
||||
};
|
||||
|
||||
preBuild = ''
|
||||
|
Loading…
Reference in New Issue
Block a user