Unverified Commit d3077343 authored by Raghav Sood's avatar Raghav Sood Committed by GitHub
Browse files

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

flyctl: 0.2.75 -> 0.2.79
parents 32812244 30e90f22
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "flyctl";
  version = "0.2.75";
  version = "0.2.79";

  src = fetchFromGitHub {
    owner = "superfly";
    repo = "flyctl";
    rev = "v${version}";
    hash = "sha256-7qJDlMy2LmrUMxeacH6n/JP8Zg4ln12iC1BGysejMws=";
    hash = "sha256-mnLBSTzeDcxmKNile4Kfe0AABoLgK3EL9HU8r8OPsuc=";
  };

  vendorHash = "sha256-RSLwEOtZsYfTgBdkZIxccxehz8lbozWJV5UdKiMeoLU=";