Merge pull request #230918 from Hoverbear/fly-0.1.0

flyctl: 0.0.559 -> 0.1.0
This commit is contained in:
Stanisław Pitucha
2023-05-10 12:59:41 +10:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "flyctl";
version = "0.0.559";
version = "0.1.0";
src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
hash = "sha256-pvIh5eECKyK+xa9HV6oGF6X10xfJOYfyOufalvmfFv8=";
hash = "sha256-QkUNEdoCrnpDPM20nQTafpzxTb3RhgBVEjBNJu49r0g=";
};
vendorHash = "sha256-5UXq22ea+m2KJ+XX/MLu/vDk3B4M+og0ws+p9bDuIxk=";