ipsw: 3.1.606 -> 3.1.607
This commit is contained in:
parent
8c85a83531
commit
e6ff6ddaa2
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@
|
||||||
# `buildGoModule` currently uses Go 1.23.
|
# `buildGoModule` currently uses Go 1.23.
|
||||||
buildGo124Module rec {
|
buildGo124Module rec {
|
||||||
pname = "ipsw";
|
pname = "ipsw";
|
||||||
version = "3.1.606";
|
version = "3.1.607";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "blacktop";
|
owner = "blacktop";
|
||||||
repo = "ipsw";
|
repo = "ipsw";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-EAkkxtekImfiJ3xgLtF1OPbEj0PCzXarswGhDbTnau8=";
|
hash = "sha256-S7/u5fFksy8VU61rP/NEQOlqzu21WlHoihzzdmvmWYk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-kZMc8bMDIH7GzkBc5rZcVy1eXagK08rpt1YCy4IDunQ=";
|
vendorHash = "sha256-kZMc8bMDIH7GzkBc5rZcVy1eXagK08rpt1YCy4IDunQ=";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue