ipsw: 3.1.608 -> 3.1.609

This commit is contained in:
Spotlight 2025-06-05 22:12:55 -05:00
parent 62d49a735f
commit 15a32ff09e
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.608";
version = "3.1.609";
src = fetchFromGitHub {
owner = "blacktop";
repo = "ipsw";
rev = "v${version}";
hash = "sha256-aO/K7RU7xxCCevPdwq6N4iiyrCGnBS8fS1IzhakrHxA=";
hash = "sha256-kPcjV2bMZAQgw0A7sDSXhNyDdjLb4IWIJxU4V/woJL0=";
};
vendorHash = "sha256-cNJ4L3aQ3AlSeqW/wsPg5+G7ypwpzDsSIgb+jYhau6Q=";
vendorHash = "sha256-89URx/xDFfzO35O4GLf+NVIcOzxEEHG/Jv/d2kfvftQ=";
buildInputs = with pkgs; [
unicorn