ipsw: 3.1.609 -> 3.1.610

This commit is contained in:
Spotlight 2025-06-09 15:52:56 -05:00
parent 9d640f2dfd
commit 73ff003600
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 9 additions and 9 deletions

View file

@ -4,16 +4,16 @@
# `buildGoModule` currently uses Go 1.23.
buildGo124Module rec {
pname = "ipsw";
version = "3.1.609";
version = "3.1.610";
src = fetchFromGitHub {
owner = "blacktop";
repo = "ipsw";
rev = "v${version}";
hash = "sha256-kPcjV2bMZAQgw0A7sDSXhNyDdjLb4IWIJxU4V/woJL0=";
hash = "sha256-Bm52kVwRTsTmn5Bzj391k7Lb8ut4XDXtPfAVl1qd0cs=";
};
vendorHash = "sha256-89URx/xDFfzO35O4GLf+NVIcOzxEEHG/Jv/d2kfvftQ=";
vendorHash = "sha256-ENXq5FH/MtT/lmZ03BrKB7lvw1PX/+aJwO4eWxffvUE=";
buildInputs = with pkgs; [
unicorn