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

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