ipsw: 3.1.551 -> v3.1.554

This commit is contained in:
Spotlight 2024-10-25 00:15:25 -05:00
parent 21ac1f6f54
commit 631cc4f602
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 12 additions and 12 deletions

View file

@ -4,16 +4,16 @@
# `buildGoModule` currently uses Go 1.22.
buildGo123Module rec {
pname = "ipsw";
version = "3.1.551";
version = "3.1.554";
src = fetchFromGitHub {
owner = "blacktop";
repo = "ipsw";
rev = "v${version}";
hash = "sha256-d3krI6S9+AdM02wXE3yC5nXHIvKlclPJlBwiu+QL/3M=";
hash = "sha256-wqnuv1sTuYJcDVIDz8VF78w9jSiP2p/rvDp3ZhxwMc4=";
};
vendorHash = "sha256-iOntyg1QNL375lLJVA7FiOdso8BpSeh1Pamxq2UkuVE=";
vendorHash = "sha256-aidtHvHGt3op+1qDt5ovNI/UbLQuJj0cAg1h8K4XRGM=";
buildInputs = with pkgs; [
unicorn