ipsw: 3.1.602 -> 3.1.603

This commit is contained in:
Spotlight 2025-05-13 16:08:17 -04:00
parent b060d8aa91
commit 80c570c26a
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.602";
version = "3.1.603";
src = fetchFromGitHub {
owner = "blacktop";
repo = "ipsw";
rev = "v${version}";
hash = "sha256-V57O5LJEWTCEfZqbHTjykfKEI6u1AgcVFbQut6dN4cI=";
hash = "sha256-LPbRfMO3w/ZfUIVh3EF35Dvd4cUTgC75TBGkV9X6FHg=";
};
vendorHash = "sha256-n+vX2Z88apckrfqQ0MBN3bAOp1NNNlUWKFNDrQXXwzQ=";
vendorHash = "sha256-qnXSI5H9bpB4EG4Xozpu9Yyw+D+cDfLJJ4PZ648JAAs=";
buildInputs = with pkgs; [
unicorn