Compare commits

...

2 commits

Author SHA1 Message Date
1b71925569
ipsw: 3.1.572 -> 3.1.573 2025-02-23 14:15:25 -06:00
926fa27bb6
Temporarily remove JADX
It's not commonly used, and its dependency on `frida-python` is broken on platforms that aren't x86_64-linux. While this will probably be fixed upstream at some point, it's a hassle at the moment.
2025-02-23 14:15:15 -06:00
3 changed files with 12 additions and 13 deletions

18
flake.lock generated
View file

@ -92,11 +92,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1739823458, "lastModified": 1740318342,
"narHash": "sha256-uHjpcdlWKrZEJxsGdlMRTe4jlMYAnNsjRxPSTrNMFvo=", "narHash": "sha256-fjr9+3Iru6O5qE+2oERQkabqAUXx4awm0+i2MBcta1U=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "6c93eea85daddd0dc8d4a3a687473461f3122961", "rev": "b5ab2c7fdaa807cf425066ab7cd34b073946b1ca",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -127,11 +127,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1739548217, "lastModified": 1739933872,
"narHash": "sha256-rlv64erpr36xdmMDPgf9rhRXBYZ0BZb5nrw2ZPSk1sQ=", "narHash": "sha256-UhuvTR4OrWR+WBaRCZm4YMkvjJhZ1KZo/jRjE41m+Ek=",
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "678b22642abde2ee77ae2218ab41d802f010e5b0", "rev": "6ab392f626a19f1122d1955c401286e1b7cf6b53",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -142,11 +142,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1739736696, "lastModified": 1740126099,
"narHash": "sha256-zON2GNBkzsIyALlOCFiEBcIjI4w38GYOb+P+R4S8Jsw=", "narHash": "sha256-ozoOtE2hGsqh4XkTJFsrTkNxkRgShxpQxDynaPZUGxk=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d74a2335ac9c133d6bbec9fc98d91a77f1604c1f", "rev": "32fb99ba93fea2798be0e997ea331dd78167f814",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -24,7 +24,6 @@
# telnet # telnet
inetutils inetutils
ipsw ipsw
jadx
jdk23 jdk23
jq jq
libimobiledevice libimobiledevice

View file

@ -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.572"; version = "3.1.573";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "blacktop"; owner = "blacktop";
repo = "ipsw"; repo = "ipsw";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-rnpc8OqIBh82RXHoraxDj2XSsXgrT4lkK//SaqqDVrs="; hash = "sha256-PUfWz6nyUH97Yrqy4UD5gBDNpfEFR6ure2OyGwXGmEQ=";
}; };
vendorHash = "sha256-oXCBjqq9OKPdZ9gPVuvQfGidzQkbMeY0+idsjqhd6I8="; vendorHash = "sha256-dYWBc1xVvq9Olh/IVC53q+YX1A0+8aHUs2R74+/dInI=";
buildInputs = with pkgs; [ buildInputs = with pkgs; [
unicorn unicorn