From bbc660b5e8dc7c259115f6773c649f797c753b18 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:09:05 +0000 Subject: [PATCH] probe-rs-tools 0.25.0 --- Formula/p/probe-rs-tools.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/probe-rs-tools.rb b/Formula/p/probe-rs-tools.rb index 6567303f969ca..0b12da2a19d6f 100644 --- a/Formula/p/probe-rs-tools.rb +++ b/Formula/p/probe-rs-tools.rb @@ -1,8 +1,8 @@ class ProbeRsTools < Formula desc "Collection of on chip debugging tools to communicate with microchips" homepage "https://probe.rs" - url "https://github.com/probe-rs/probe-rs/archive/refs/tags/v0.24.0.tar.gz" - sha256 "8a7477a4b04b923ef2f46a91d5491d94e50a57259efef78d4c0800a4a46e4aee" + url "https://github.com/probe-rs/probe-rs/archive/refs/tags/v0.25.0.tar.gz" + sha256 "693d76eb1ee697d420781e28cfbb4e527c6176eca327a4c92e26daf7e52c153f" license "Apache-2.0" head "https://github.com/probe-rs/probe-rs.git", branch: "master"