summary refs log tree commit diff
diff options
context:
space:
mode:
authorAdithya Nair <adtya@adtya.xyz>2023-09-16 01:05:59 +0530
committerAdithya Nair <adtya@adtya.xyz>2023-09-16 01:13:27 +0530
commit4001a95e1d37442cd413ab3ffdfe5bf6f1522991 (patch)
treea3ed5a1812f1fc236adfcb18678aadf7e3c67fda
parent2b40d526f95c0cb6405873d85cfacbd972ac7e9e (diff)
downloadnixpkgs-4001a95e1d37442cd413ab3ffdfe5bf6f1522991.tar
nixpkgs-4001a95e1d37442cd413ab3ffdfe5bf6f1522991.tar.gz
nixpkgs-4001a95e1d37442cd413ab3ffdfe5bf6f1522991.tar.bz2
nixpkgs-4001a95e1d37442cd413ab3ffdfe5bf6f1522991.tar.lz
nixpkgs-4001a95e1d37442cd413ab3ffdfe5bf6f1522991.tar.xz
nixpkgs-4001a95e1d37442cd413ab3ffdfe5bf6f1522991.tar.zst
nixpkgs-4001a95e1d37442cd413ab3ffdfe5bf6f1522991.zip
flyctl: 0.1.90 -> 0.1.92
-rw-r--r--pkgs/development/web/flyctl/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/development/web/flyctl/default.nix b/pkgs/development/web/flyctl/default.nix
index 8b720153226..cea718dbe23 100644
--- a/pkgs/development/web/flyctl/default.nix
+++ b/pkgs/development/web/flyctl/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "flyctl";
-  version = "0.1.90";
+  version = "0.1.92";
 
   src = fetchFromGitHub {
     owner = "superfly";
     repo = "flyctl";
     rev = "v${version}";
-    hash = "sha256-dgfPhx2IJxkMji6nw+GSg1xHxyh3xjSr7KLdVv9PbUI=";
+    hash = "sha256-uW87hlSwHMJ6SIfranaH383EKwvewfNKbuGA4znVEeg=";
   };
 
-  vendorHash = "sha256-DnTjkv3lPUNB1WIQ2ncUaafdUP+y1t0UfaPfV4PW7VM=";
+  vendorHash = "sha256-Y1merBgVui0Ot3gb2UbTiLmxlaI4egbsI6vQJgF4mCE=";
 
   subPackages = [ "." ];
 
@@ -58,6 +58,7 @@ buildGoModule rec {
     downloadPage = "https://github.com/superfly/flyctl";
     homepage = "https://fly.io/";
     license = licenses.asl20;
-    maintainers = with maintainers; [ aaronjanse jsierles techknowlogick viraptor ];
+    maintainers = with maintainers; [ aaronjanse adtya jsierles techknowlogick viraptor ];
+    mainProgram = "flyctl";
   };
 }