ipsw: v3.1.548 -> v3.1.549
This commit is contained in:
parent
7a4a0dafea
commit
ae3c2f5a76
1 changed files with 3 additions and 3 deletions
|
@ -4,16 +4,16 @@
|
||||||
# `buildGoModule` currently uses Go 1.22.
|
# `buildGoModule` currently uses Go 1.22.
|
||||||
buildGo123Module rec {
|
buildGo123Module rec {
|
||||||
pname = "ipsw";
|
pname = "ipsw";
|
||||||
version = "3.1.548";
|
version = "3.1.549";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "blacktop";
|
owner = "blacktop";
|
||||||
repo = "ipsw";
|
repo = "ipsw";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-tVtWWt65PpuYosDfwTnoqN4IhzyE9YcuN3kWWQ363h4=";
|
hash = "sha256-BgFVY9vpNtGocv4QHnsDZVm/DHmvpgBNaK2gQRG0Lto=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-MyPoEjypgjgQlMlAXglA9J0r61+mVGAOqZjJx3Sr6AQ=";
|
vendorHash = "sha256-qh1gCIl7hOdbpOZJ6rlRSTakq0mjLPBlnF/j3V9qR1A=";
|
||||||
|
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
unicorn
|
unicorn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue