ipsw: 3.1.551 -> v3.1.554
This commit is contained in:
parent
21ac1f6f54
commit
631cc4f602
2 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue