ipsw: 3.1.546 -> 3.1.548

This commit is contained in:
Spotlight 2024-10-01 11:35:28 -05:00
parent ace21098b5
commit c81fcb987f
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 12 additions and 12 deletions

View file

@ -4,16 +4,16 @@
# `buildGoModule` currently uses Go 1.22.
buildGo123Module rec {
pname = "ipsw";
version = "3.1.546";
version = "3.1.548";
src = fetchFromGitHub {
owner = "blacktop";
repo = "ipsw";
rev = "v${version}";
hash = "sha256-MqF9xV57X2OlGTK7qBNGGoe/9/PHPluqYWDB9MYFcQM=";
hash = "sha256-tVtWWt65PpuYosDfwTnoqN4IhzyE9YcuN3kWWQ363h4=";
};
vendorHash = "sha256-sy1wKOPfGeDgZdxDc8OcpgWSyLMc55OjWda9oj3IfSU=";
vendorHash = "sha256-MyPoEjypgjgQlMlAXglA9J0r61+mVGAOqZjJx3Sr6AQ=";
buildInputs = with pkgs; [
unicorn