flyctl: 0.1.92 -> 0.1.101

This commit is contained in:
Adithya Nair 2023-09-23 23:32:42 +05:30
parent 9155f8dc6e
commit 9fc1f87010
No known key found for this signature in database
GPG key ID: 48FC9915FFD326D0

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "flyctl";
version = "0.1.92";
version = "0.1.101";
src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
hash = "sha256-uW87hlSwHMJ6SIfranaH383EKwvewfNKbuGA4znVEeg=";
hash = "sha256-gXG8xgRF1AG/n4o2oDaYCVEOwjJLp6VMJ5LKPXu/gak=";
};
vendorHash = "sha256-Y1merBgVui0Ot3gb2UbTiLmxlaI4egbsI6vQJgF4mCE=";
vendorHash = "sha256-RGA0tjvVo0uAFNqrEEYWejj0qwYxpiUZzExZHhMqItc=";
subPackages = [ "." ];