3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #210777 from r-ryantm/auto-update/flyctl

flyctl: 0.0.443 -> 0.0.447
This commit is contained in:
Stanisław Pitucha 2023-01-15 13:38:01 +11:00 committed by GitHub
commit 76dd16945e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "flyctl";
version = "0.0.443";
version = "0.0.447";
src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
sha256 = "sha256-v4N2Li7AGPMMIfleJ6sk2fEwJ9cYXJeV6WcDp1rI0xY=";
sha256 = "sha256-JJk3lNNRzIrU/z45ePUin10gEW5KLvcPRy+NzcMHYRs=";
};
vendorHash = "sha256-l921q3RHyEZ6dx8gHThrC18IUChUOYvB+W5PYsE7Nu0=";
vendorHash = "sha256-xmad9HdcWr4BiMMfdO6Ua1nqpFCsFoLvtDfcKiRZYVM=";
subPackages = [ "." ];