ipsw: 3.1.611 -> 3.1.612
This commit is contained in:
parent
16dad88db2
commit
f98a53c6f4
1 changed files with 3 additions and 3 deletions
|
@ -4,16 +4,16 @@
|
||||||
# `buildGoModule` currently uses Go 1.23.
|
# `buildGoModule` currently uses Go 1.23.
|
||||||
buildGo124Module rec {
|
buildGo124Module rec {
|
||||||
pname = "ipsw";
|
pname = "ipsw";
|
||||||
version = "3.1.611";
|
version = "3.1.612";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "blacktop";
|
owner = "blacktop";
|
||||||
repo = "ipsw";
|
repo = "ipsw";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-si5muNFclgsluy69RnKEJhLuXyWlya/vxqtnkepYiJw=";
|
hash = "sha256-nqQor0Ly3KqsRsqM/u+xI02DyaNXGCLLC86SILhPfm0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-jeYOZsYEsgCdZp77POPO7DuKhZL30iPIlpBVkEyRKGI=";
|
vendorHash = "sha256-PfS/I4mSbhCcoenc12ZMeECT7Yqbfou6evuWux2THKQ=";
|
||||||
|
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
unicorn
|
unicorn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue