Compare commits

..

No commits in common. "4f60ae03912bcf882933d9a72034dfb8d7454c33" and "0a3891ad4f551f9525ddbc572474c66012b08270" have entirely different histories.

4 changed files with 13 additions and 11 deletions

12
flake.lock generated
View file

@ -92,11 +92,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1739298825, "lastModified": 1739051380,
"narHash": "sha256-q9CzTY7n8n9RK9mKUQ4VbaKdydhXQqzphahEG5Wt8sI=", "narHash": "sha256-p1QSLO8DJnANY+ppK7fjD8GqfCrEIDjso1CSRHsXL7Y=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "f0a31d38e6de48970ce1fe93e6ea343e20a9c80a", "rev": "5af1b9a0f193ab6138b89a8e0af8763c21bbf491",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -127,11 +127,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1739302241, "lastModified": 1739034224,
"narHash": "sha256-NXQXFU6HOschZ+8ZKrNOlwlHelez8vPl+dCiUaJ82/U=", "narHash": "sha256-Mj/8jDzh1KNmUhWqEeVlW3hO9MZkxqioJGnmR7rivaE=",
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "a6746213b138fe7add88b19bafacd446de574ca7", "rev": "0b6f96a6b9efcfa8d3cc8023008bcbcd1b9bc1a4",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -35,7 +35,8 @@
ln -sf "${pkgs.jdk17}/zulu-17.jdk" "/Library/Java/JavaVirtualMachines/zulu-17.jdk" ln -sf "${pkgs.jdk17}/zulu-17.jdk" "/Library/Java/JavaVirtualMachines/zulu-17.jdk"
''; '';
# Auto upgrade the nix package. # Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;
nix = { nix = {
# Keep the latest version of Nix. # Keep the latest version of Nix.
package = pkgs.nix; package = pkgs.nix;

View file

@ -35,7 +35,8 @@
ln -sf "${pkgs.jdk17}/zulu-17.jdk" "/Library/Java/JavaVirtualMachines/zulu-17.jdk" ln -sf "${pkgs.jdk17}/zulu-17.jdk" "/Library/Java/JavaVirtualMachines/zulu-17.jdk"
''; '';
# Auto upgrade the nix package. # Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;
nix = { nix = {
# Keep the latest version of Nix. # Keep the latest version of Nix.
package = pkgs.nix; package = pkgs.nix;

View file

@ -4,16 +4,16 @@
# `buildGoModule` currently uses Go 1.22. # `buildGoModule` currently uses Go 1.22.
buildGo123Module rec { buildGo123Module rec {
pname = "ipsw"; pname = "ipsw";
version = "3.1.567"; version = "3.1.566";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "blacktop"; owner = "blacktop";
repo = "ipsw"; repo = "ipsw";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-fmtCLACTACgF/6G7wE4BGfj4yt0G/a/k+VRys6zIzRM="; hash = "sha256-rc0WODKkFV8a4lxCPChtGHwXSMekKqTI7c6pA6HXjaI=";
}; };
vendorHash = "sha256-03QAKd6acXcIhO2tYAcwbv2mZ0rzxFoqZySVTVJhMrQ="; vendorHash = "sha256-gs1vjGx813dmyKyaViViW8keCoPD+kJ43dGgyoDmGPU=";
buildInputs = with pkgs; [ buildInputs = with pkgs; [
unicorn unicorn