ipsw: 3.1.610 -> 3.1.611
This commit is contained in:
parent
73ff003600
commit
16dad88db2
2 changed files with 6 additions and 6 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -92,11 +92,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1749499854,
|
"lastModified": 1749657191,
|
||||||
"narHash": "sha256-V1BgwiX8NjbRreU6LC2EzmuqFSQAHhoSeNlYJyZ40NE=",
|
"narHash": "sha256-QLilaHuhGxiwhgceDWESj9gFcKIdEp7+9lRqNGpN8S4=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "1df816c407d3a5090c8496c9b00170af7891f021",
|
"rev": "faeab32528a9360e9577ff4082de2d35c6bbe1ce",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -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.610";
|
version = "3.1.611";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "blacktop";
|
owner = "blacktop";
|
||||||
repo = "ipsw";
|
repo = "ipsw";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-Bm52kVwRTsTmn5Bzj391k7Lb8ut4XDXtPfAVl1qd0cs=";
|
hash = "sha256-si5muNFclgsluy69RnKEJhLuXyWlya/vxqtnkepYiJw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-ENXq5FH/MtT/lmZ03BrKB7lvw1PX/+aJwO4eWxffvUE=";
|
vendorHash = "sha256-jeYOZsYEsgCdZp77POPO7DuKhZL30iPIlpBVkEyRKGI=";
|
||||||
|
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
unicorn
|
unicorn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue