diff --git a/Formula/g/ghcup.rb b/Formula/g/ghcup.rb index 39da532cae0bd..7a303e0f90b9b 100644 --- a/Formula/g/ghcup.rb +++ b/Formula/g/ghcup.rb @@ -2,8 +2,8 @@ class Ghcup < Formula desc "Installer for the general purpose language Haskell" homepage "https://www.haskell.org/ghcup/" # There is a tarball at Hackage, but that doesn't include the shell completions. - url "https://github.com/haskell/ghcup-hs/archive/refs/tags/v0.1.20.0.tar.gz" - sha256 "9de3f367f298e9efecf9e9c2d50b828cec3af8cfd391e3b235057822b75d8fad" + url "https://github.com/haskell/ghcup-hs/archive/refs/tags/v0.1.22.0.tar.gz" + sha256 "73e1644731ebe9b4782c5dc080ce2b2c3022449c92bcec9cda15fc06300568df" license "LGPL-3.0-only" head "https://github.com/haskell/ghcup-hs.git", branch: "master"