diff options
Diffstat (limited to 'Formula/fallible-latest.rb')
-rw-r--r-- | Formula/fallible-latest.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Formula/fallible-latest.rb b/Formula/fallible-latest.rb index d78a7e2..ce6c21a 100644 --- a/Formula/fallible-latest.rb +++ b/Formula/fallible-latest.rb @@ -1,8 +1,8 @@ class FallibleLatest < Formula desc 'Fault injection library for stress-testing failure scenarios' homepage 'https://fallible.euandreh.xyz' - url 'https://git.euandreh.xyz/fallible/snapshot/fallible-9b5eb601ff3ea5d6f07110f1a308479dd4f36149.tar.gz' - sha256 '6e5396036636835be15df162421e958d1b8363c4a99905e3ebc0fa2fe3556b87' + url 'https://git.euandreh.xyz/fallible/snapshot/fallible-76c74b3cf29bf9e7c62b328c2bcdcff534e5b663.tar.gz' + sha256 'f0149dcd654d31ef2eedaa19731ab7d353078826d7108e46458d4bf93d902c38' license 'AGPL-3.0-or-later' depends_on 'valgrind' => :build |