ipsw: 3.1.603 -> 3.1.604

This commit is contained in:
Spotlight 2025-05-18 12:58:51 -04:00
parent d9be1ba0e2
commit 238156341e
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 15 additions and 15 deletions

View file

@ -4,16 +4,16 @@
# `buildGoModule` currently uses Go 1.23.
buildGo124Module rec {
pname = "ipsw";
version = "3.1.603";
version = "3.1.604";
src = fetchFromGitHub {
owner = "blacktop";
repo = "ipsw";
rev = "v${version}";
hash = "sha256-LPbRfMO3w/ZfUIVh3EF35Dvd4cUTgC75TBGkV9X6FHg=";
hash = "sha256-W0NEK/eJxLy859Y1AHaEJ61E+YnWo6B6yGrBq36NFO4=";
};
vendorHash = "sha256-qnXSI5H9bpB4EG4Xozpu9Yyw+D+cDfLJJ4PZ648JAAs=";
vendorHash = "sha256-JwuAbPaeNdwGH1LD2jikhDmCJbJdMubdjpvvSbrhcfU=";
buildInputs = with pkgs; [
unicorn