ipsw: 3.1.592 -> 3.1.593

This commit is contained in:
Spotlight 2025-04-10 00:41:22 -05:00
parent 0c258ba90b
commit c80062beb1
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.592";
version = "3.1.593";
src = fetchFromGitHub {
owner = "blacktop";
repo = "ipsw";
rev = "v${version}";
hash = "sha256-/9ON1uuZPNuKKEvUmzvypqu+KKbgPPBeN3YV+9yOAaE=";
hash = "sha256-Vdze2jayB0zGBxq2nxNTlOxH9sWjX1YvNr2XXm9qAmQ=";
};
vendorHash = "sha256-UN31VD7tI2+n8iON1RhdBCfbeCK431wup0IQ9JjTF0g=";
vendorHash = "sha256-vHL4wl2d24qdCejQBD+iBrp5cEykNNJxIhwJcn+mZKg=";
buildInputs = with pkgs; [
unicorn