ipsw: 3.1.578 -> 3.1.581

This commit is contained in:
Spotlight 2025-03-06 20:14:06 -06:00
parent b428477394
commit 829749bf73
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.23.
buildGo124Module rec {
pname = "ipsw";
version = "3.1.578";
version = "3.1.581";
src = fetchFromGitHub {
owner = "blacktop";
repo = "ipsw";
rev = "v${version}";
hash = "sha256-oruz9gb2O5rQ+zEBcdb09Ts1plgqBXNn8TIQQQjRC7E=";
hash = "sha256-M+aEoiwKIlkFA2JlhXgnUjlysWmK7ZlHNEnDP8wOUOw=";
};
vendorHash = "sha256-q9/xni9JOjd0kX+pUdhphN1lcOMs3zRt7rOJNYYXjaQ=";
vendorHash = "sha256-IUvyvNFoyxPJp65cGHd/Q+gYOfzLHNYn7NJhyXQPLU4=";
buildInputs = with pkgs; [
unicorn