ipsw: 3.1.607 -> 3.1.608

This commit is contained in:
Spotlight 2025-06-03 15:45:32 -05:00
parent 92a8857338
commit cfb283a33a
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.607";
version = "3.1.608";
src = fetchFromGitHub {
owner = "blacktop";
repo = "ipsw";
rev = "v${version}";
hash = "sha256-S7/u5fFksy8VU61rP/NEQOlqzu21WlHoihzzdmvmWYk=";
hash = "sha256-aO/K7RU7xxCCevPdwq6N4iiyrCGnBS8fS1IzhakrHxA=";
};
vendorHash = "sha256-kZMc8bMDIH7GzkBc5rZcVy1eXagK08rpt1YCy4IDunQ=";
vendorHash = "sha256-cNJ4L3aQ3AlSeqW/wsPg5+G7ypwpzDsSIgb+jYhau6Q=";
buildInputs = with pkgs; [
unicorn