From 16dad88db207b4a1cf6759e5e0d2c6b3f01120d4 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Wed, 11 Jun 2025 15:41:25 -0600 Subject: [PATCH] ipsw: 3.1.610 -> 3.1.611 --- flake.lock | 6 +++--- pkgs/ipsw.nix | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index cf9ee0e..dce1d02 100644 --- a/flake.lock +++ b/flake.lock @@ -92,11 +92,11 @@ ] }, "locked": { - "lastModified": 1749499854, - "narHash": "sha256-V1BgwiX8NjbRreU6LC2EzmuqFSQAHhoSeNlYJyZ40NE=", + "lastModified": 1749657191, + "narHash": "sha256-QLilaHuhGxiwhgceDWESj9gFcKIdEp7+9lRqNGpN8S4=", "owner": "nix-community", "repo": "home-manager", - "rev": "1df816c407d3a5090c8496c9b00170af7891f021", + "rev": "faeab32528a9360e9577ff4082de2d35c6bbe1ce", "type": "github" }, "original": { diff --git a/pkgs/ipsw.nix b/pkgs/ipsw.nix index 0d206fb..9f0529c 100644 --- a/pkgs/ipsw.nix +++ b/pkgs/ipsw.nix @@ -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