ipsw: 3.1.594 -> 3.1.595

This commit is contained in:
Spotlight 2025-04-21 22:08:49 -05:00
parent 2e91acc8ab
commit 22ba870a9d
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 6 additions and 6 deletions

6
flake.lock generated
View file

@ -93,11 +93,11 @@
]
},
"locked": {
"lastModified": 1745001336,
"narHash": "sha256-R4HuzrgYtOYBNmB3lfRxcieHEBO4uSfgHNz4MzWkZ5M=",
"lastModified": 1745272532,
"narHash": "sha256-+sFbKw1vFkulKYxsAbz84N0V/goSg808IgFh8iWe/As=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "fc09cb7aaadb70d6c4898654ffc872f0d2415df9",
"rev": "81541ea36d1fead4be7797e826ee325d4c19308b",
"type": "github"
},
"original": {

View file

@ -4,16 +4,16 @@
# `buildGoModule` currently uses Go 1.23.
buildGo124Module rec {
pname = "ipsw";
version = "3.1.594";
version = "3.1.595";
src = fetchFromGitHub {
owner = "blacktop";
repo = "ipsw";
rev = "v${version}";
hash = "sha256-R1jgzQW16jlr/ittnC+hzRHDCvezdVDMRo5xkAKfz1s=";
hash = "sha256-EdJfYUCTGTjcnL9XhwYaTX8T2ZTJph9JtWaBznSqbGM=";
};
vendorHash = "sha256-Au/a30r/soYisEz9HG0QoLzNAHlNDsT9FdjRB9LDbnY=";
vendorHash = "sha256-d+C6AAj39MBMpBBpKap63x06ZEpHqt1odpwbPzwklVg=";
buildInputs = with pkgs; [
unicorn