From caa31e196f7ff1f4978e471ec077f63a15357210 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Thu, 22 May 2025 17:54:16 -0400 Subject: [PATCH 1/2] ipsw: 3.1.604 -> 3.1.605 --- flake.lock | 6 +++--- pkgs/ipsw.nix | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 028ff99..2adc40f 100644 --- a/flake.lock +++ b/flake.lock @@ -91,11 +91,11 @@ ] }, "locked": { - "lastModified": 1747834438, - "narHash": "sha256-AHJt79W8wADzur2htCx1U8FtEk4XjvrHb9/3iDfNedI=", + "lastModified": 1747875884, + "narHash": "sha256-tdVx4kghhdy62LKuTnwE2RytOe8o88tah/yhpyuL0D4=", "owner": "nix-community", "repo": "home-manager", - "rev": "6c2eb1e24cd0e76d88bdd633ef4c50d6286586e0", + "rev": "f9186c64fcc6ee5f0114547acf9e814c806a640b", "type": "github" }, "original": { diff --git a/pkgs/ipsw.nix b/pkgs/ipsw.nix index f3b59ce..214c61d 100644 --- a/pkgs/ipsw.nix +++ b/pkgs/ipsw.nix @@ -4,13 +4,13 @@ # `buildGoModule` currently uses Go 1.23. buildGo124Module rec { pname = "ipsw"; - version = "3.1.604"; + version = "3.1.605"; src = fetchFromGitHub { owner = "blacktop"; repo = "ipsw"; rev = "v${version}"; - hash = "sha256-W0NEK/eJxLy859Y1AHaEJ61E+YnWo6B6yGrBq36NFO4="; + hash = "sha256-IqkJ+xH4Ks1lN3Z5Uft0aP+vZjq1cmls2/eJJWfG66g="; }; vendorHash = "sha256-JwuAbPaeNdwGH1LD2jikhDmCJbJdMubdjpvvSbrhcfU="; From c9db36e7e2d4b7634c3dcbe699e3c7d52ab83858 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Thu, 22 May 2025 18:00:35 -0400 Subject: [PATCH 2/2] jdk: 23 -> 24 --- hosts/darwin/spotlights-mac-pro/configuration.nix | 2 +- hosts/darwin/spotlights-macbook-air/configuration.nix | 2 +- hosts/linux/shared.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/darwin/spotlights-mac-pro/configuration.nix b/hosts/darwin/spotlights-mac-pro/configuration.nix index 7d11a5e..d4a782e 100644 --- a/hosts/darwin/spotlights-mac-pro/configuration.nix +++ b/hosts/darwin/spotlights-mac-pro/configuration.nix @@ -21,7 +21,7 @@ # We should only have a single JDK present within our package, # but let's limit `find` regardless. - JDK_LOCATION="$(find "${pkgs.jdk23}" -name "*.jdk" | head -n1)" + JDK_LOCATION="$(find "${pkgs.jdk24}" -name "*.jdk" | head -n1)" # Symlink! ln -sf "$JDK_LOCATION" "/Library/Java/JavaVirtualMachines/zulu-latest.jdk" diff --git a/hosts/darwin/spotlights-macbook-air/configuration.nix b/hosts/darwin/spotlights-macbook-air/configuration.nix index 0a6aaee..d6f59ae 100644 --- a/hosts/darwin/spotlights-macbook-air/configuration.nix +++ b/hosts/darwin/spotlights-macbook-air/configuration.nix @@ -21,7 +21,7 @@ # We should only have a single JDK present within our package, # but let's limit `find` regardless. - JDK_LOCATION="$(find "${pkgs.jdk23}" -name "*.jdk" | head -n1)" + JDK_LOCATION="$(find "${pkgs.jdk24}" -name "*.jdk" | head -n1)" # Symlink! ln -sf "$JDK_LOCATION" "/Library/Java/JavaVirtualMachines/zulu-latest.jdk" diff --git a/hosts/linux/shared.nix b/hosts/linux/shared.nix index 9e6603f..52a7160 100644 --- a/hosts/linux/shared.nix +++ b/hosts/linux/shared.nix @@ -107,7 +107,7 @@ gnome-tweaks gnomeExtensions.appindicator htop - jdk23 + jdk24 minicom pciutils seafile-client