ipsw: 3.1.572 -> 3.1.573

This commit is contained in:
Spotlight 2025-02-23 14:15:25 -06:00
parent 926fa27bb6
commit 1b71925569
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 12 additions and 12 deletions

View file

@ -4,16 +4,16 @@
# `buildGoModule` currently uses Go 1.23.
buildGo124Module rec {
pname = "ipsw";
version = "3.1.572";
version = "3.1.573";
src = fetchFromGitHub {
owner = "blacktop";
repo = "ipsw";
rev = "v${version}";
hash = "sha256-rnpc8OqIBh82RXHoraxDj2XSsXgrT4lkK//SaqqDVrs=";
hash = "sha256-PUfWz6nyUH97Yrqy4UD5gBDNpfEFR6ure2OyGwXGmEQ=";
};
vendorHash = "sha256-oXCBjqq9OKPdZ9gPVuvQfGidzQkbMeY0+idsjqhd6I8=";
vendorHash = "sha256-dYWBc1xVvq9Olh/IVC53q+YX1A0+8aHUs2R74+/dInI=";
buildInputs = with pkgs; [
unicorn