ipsw: 3.1.587 -> 3.1.588

This commit is contained in:
Spotlight 2025-03-31 09:57:59 -05:00
parent 9c25e0792f
commit 53dfab212e
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 13 additions and 13 deletions

View file

@ -4,16 +4,16 @@
# `buildGoModule` currently uses Go 1.23.
buildGo124Module rec {
pname = "ipsw";
version = "3.1.587";
version = "3.1.588";
src = fetchFromGitHub {
owner = "blacktop";
repo = "ipsw";
rev = "v${version}";
hash = "sha256-4opW9veCG7XZG/JRlGh/fyIq3LkhC+BjwKREh0mseT8=";
hash = "sha256-kGBQQKEptDu+wx9C7SulI52HXDCHbiqLZXSRAEdjSCo=";
};
vendorHash = "sha256-KzVXdPu8r+B/MzlzRmtONmP+DIGQQX5kTQTfwY0xM74=";
vendorHash = "sha256-j7sptEtkbCzztF7D2kW69CKIRPev3kvRHycVq2abeeY=";
buildInputs = with pkgs; [
unicorn
@ -31,7 +31,7 @@ buildGo124Module rec {
];
meta = {
description = "Simple command-line snippet manager, written in Go";
description = "iOS/macOS Research Swiss Army Knife ";
homepage = "https://github.com/blacktop/ipsw";
license = lib.licenses.mit;
};