From 926fa27bb60951eed1a678b4b13c407296de987b Mon Sep 17 00:00:00 2001 From: Spotlight Date: Sun, 23 Feb 2025 14:15:15 -0600 Subject: [PATCH 1/2] 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. --- home/desktop.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/desktop.nix b/home/desktop.nix index ea0919b..2e7f4f7 100644 --- a/home/desktop.nix +++ b/home/desktop.nix @@ -24,7 +24,6 @@ # telnet inetutils ipsw - jadx jdk23 jq libimobiledevice From 1b71925569aa896eccdea8e5715b4aeb469d6f54 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Sun, 23 Feb 2025 14:15:25 -0600 Subject: [PATCH 2/2] ipsw: 3.1.572 -> 3.1.573 --- flake.lock | 18 +++++++++--------- pkgs/ipsw.nix | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/flake.lock b/flake.lock index efe965c..3a9fbe5 100644 --- a/flake.lock +++ b/flake.lock @@ -92,11 +92,11 @@ ] }, "locked": { - "lastModified": 1739823458, - "narHash": "sha256-uHjpcdlWKrZEJxsGdlMRTe4jlMYAnNsjRxPSTrNMFvo=", + "lastModified": 1740318342, + "narHash": "sha256-fjr9+3Iru6O5qE+2oERQkabqAUXx4awm0+i2MBcta1U=", "owner": "nix-community", "repo": "home-manager", - "rev": "6c93eea85daddd0dc8d4a3a687473461f3122961", + "rev": "b5ab2c7fdaa807cf425066ab7cd34b073946b1ca", "type": "github" }, "original": { @@ -127,11 +127,11 @@ ] }, "locked": { - "lastModified": 1739548217, - "narHash": "sha256-rlv64erpr36xdmMDPgf9rhRXBYZ0BZb5nrw2ZPSk1sQ=", + "lastModified": 1739933872, + "narHash": "sha256-UhuvTR4OrWR+WBaRCZm4YMkvjJhZ1KZo/jRjE41m+Ek=", "owner": "LnL7", "repo": "nix-darwin", - "rev": "678b22642abde2ee77ae2218ab41d802f010e5b0", + "rev": "6ab392f626a19f1122d1955c401286e1b7cf6b53", "type": "github" }, "original": { @@ -142,11 +142,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1739736696, - "narHash": "sha256-zON2GNBkzsIyALlOCFiEBcIjI4w38GYOb+P+R4S8Jsw=", + "lastModified": 1740126099, + "narHash": "sha256-ozoOtE2hGsqh4XkTJFsrTkNxkRgShxpQxDynaPZUGxk=", "owner": "nixos", "repo": "nixpkgs", - "rev": "d74a2335ac9c133d6bbec9fc98d91a77f1604c1f", + "rev": "32fb99ba93fea2798be0e997ea331dd78167f814", "type": "github" }, "original": { diff --git a/pkgs/ipsw.nix b/pkgs/ipsw.nix index a815377..e1ecbb8 100644 --- a/pkgs/ipsw.nix +++ b/pkgs/ipsw.nix @@ -4,16 +4,16 @@ # `buildGoModule` currently uses Go 1.23. buildGo124Module rec { pname = "ipsw"; - version = "3.1.572"; + version = "3.1.573"; src = fetchFromGitHub { owner = "blacktop"; repo = "ipsw"; rev = "v${version}"; - hash = "sha256-rnpc8OqIBh82RXHoraxDj2XSsXgrT4lkK//SaqqDVrs="; + hash = "sha256-PUfWz6nyUH97Yrqy4UD5gBDNpfEFR6ure2OyGwXGmEQ="; }; - vendorHash = "sha256-oXCBjqq9OKPdZ9gPVuvQfGidzQkbMeY0+idsjqhd6I8="; + vendorHash = "sha256-dYWBc1xVvq9Olh/IVC53q+YX1A0+8aHUs2R74+/dInI="; buildInputs = with pkgs; [ unicorn