ipsw: 3.1.610 -> 3.1.611

This commit is contained in:
Spotlight 2025-06-11 15:41:25 -06:00
parent 73ff003600
commit 16dad88db2
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 6 additions and 6 deletions

View file

@ -4,16 +4,16 @@
# `buildGoModule` currently uses Go 1.23.
buildGo124Module rec {
pname = "ipsw";
version = "3.1.610";
version = "3.1.611";
src = fetchFromGitHub {
owner = "blacktop";
repo = "ipsw";
rev = "v${version}";
hash = "sha256-Bm52kVwRTsTmn5Bzj391k7Lb8ut4XDXtPfAVl1qd0cs=";
hash = "sha256-si5muNFclgsluy69RnKEJhLuXyWlya/vxqtnkepYiJw=";
};
vendorHash = "sha256-ENXq5FH/MtT/lmZ03BrKB7lvw1PX/+aJwO4eWxffvUE=";
vendorHash = "sha256-jeYOZsYEsgCdZp77POPO7DuKhZL30iPIlpBVkEyRKGI=";
buildInputs = with pkgs; [
unicorn