ipsw: 3.1.578 -> 3.1.581
This commit is contained in:
parent
b428477394
commit
829749bf73
2 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue