3
0
Fork 0
forked from mirrors/nixpkgs

flyctl: 0.1.18 -> 0.1.20

This commit is contained in:
R. Ryantm 2023-05-30 05:57:38 +00:00
parent 58c8583551
commit b03bb9fd44

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "flyctl";
version = "0.1.18";
version = "0.1.20";
src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
hash = "sha256-ZRLkqymNeSIHfMYqT6T4YzkOuHCrUWRiJHFN1bWbzmk=";
hash = "sha256-S0jYNNbXTR1Vr6YHoUXxhTM+MKuokI0Tyc5svh31DM8=";
};
vendorHash = "sha256-UCP73yAeT3JO7fhpshTpbhmB2wLGc26GiLY/DkBAgTg=";