3
0
Fork 0
forked from mirrors/nixpkgs

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

flyctl: 0.0.509 -> 0.0.522
This commit is contained in:
Stanisław Pitucha 2023-04-19 09:56:58 +10:00 committed by GitHub
commit 8d9f42c3a2
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.509";
version = "0.0.522";
src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
hash = "sha256-GVYmjRtpC9Sz1r3wLgWB7OKAc+307uXKHfD6Cek+8gE=";
hash = "sha256-8t5NZ8YLVA8eT/e7DKyTl1XKYq/Ve/Xih54H4jNH0/g=";
};
vendorHash = "sha256-KE5dFkc4ZXmZMiWKAH3c6oLE3rtgtWDbRq5EZr3RSXE=";
vendorHash = "sha256-aAmhEzUbX00MarPPoz6jM2kaDUK5H8snFeCeIVt2wns=";
subPackages = [ "." ];