ipsw: 3.1.608 -> 3.1.609
This commit is contained in:
parent
62d49a735f
commit
15a32ff09e
2 changed files with 6 additions and 6 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -92,11 +92,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1749062139,
|
"lastModified": 1749178927,
|
||||||
"narHash": "sha256-gGGLujmeWU+ZjFzfMvFMI0hp9xONsSbm88187wJr82Q=",
|
"narHash": "sha256-bXcEx1aZUNm5hMLVJeuofcOrZyOiapzvQ7K36HYK3YQ=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "86b95fc1ed2b9b04a451a08ccf13d78fb421859c",
|
"rev": "91287a0e9d42570754487b7e38c6697e15a9aab2",
|
||||||
"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.608";
|
version = "3.1.609";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "blacktop";
|
owner = "blacktop";
|
||||||
repo = "ipsw";
|
repo = "ipsw";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-aO/K7RU7xxCCevPdwq6N4iiyrCGnBS8fS1IzhakrHxA=";
|
hash = "sha256-kPcjV2bMZAQgw0A7sDSXhNyDdjLb4IWIJxU4V/woJL0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-cNJ4L3aQ3AlSeqW/wsPg5+G7ypwpzDsSIgb+jYhau6Q=";
|
vendorHash = "sha256-89URx/xDFfzO35O4GLf+NVIcOzxEEHG/Jv/d2kfvftQ=";
|
||||||
|
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
unicorn
|
unicorn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue