Compare commits

..

2 commits

Author SHA1 Message Date
4f60ae0391
ipsw: 3.1.566 -> 3.1.567 2025-02-11 22:15:22 -06:00
25b4a92245
Upgrade nixpkgs
This additionally includes an update for nix-darwin, in which `services.nix-daemon.enable` is no longer necessary.
2025-02-11 22:15:15 -06:00
4 changed files with 11 additions and 13 deletions

12
flake.lock generated
View file

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

View file

@ -35,8 +35,7 @@
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 nix package and the daemon service. # Auto upgrade the nix package.
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,8 +35,7 @@
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 nix package and the daemon service. # Auto upgrade the nix package.
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.566"; version = "3.1.567";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "blacktop"; owner = "blacktop";
repo = "ipsw"; repo = "ipsw";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-rc0WODKkFV8a4lxCPChtGHwXSMekKqTI7c6pA6HXjaI="; hash = "sha256-fmtCLACTACgF/6G7wE4BGfj4yt0G/a/k+VRys6zIzRM=";
}; };
vendorHash = "sha256-gs1vjGx813dmyKyaViViW8keCoPD+kJ43dGgyoDmGPU="; vendorHash = "sha256-03QAKd6acXcIhO2tYAcwbv2mZ0rzxFoqZySVTVJhMrQ=";
buildInputs = with pkgs; [ buildInputs = with pkgs; [
unicorn unicorn