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

18
flake.lock generated
View file

@ -93,11 +93,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1743097780, "lastModified": 1743430792,
"narHash": "sha256-5tUbaMBKYbfTe/4aXACxmiXG22TgwPBNcfZ8Kg3rt+g=", "narHash": "sha256-pGKDA84oK1WTt2yxBUjAwKLacNwJkf9CS7cTXXfgWvI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "b14a70c40f4fd0b73d095ab04a7c6e31fbc18e52", "rev": "216690777e47aa0fb1475e4dbe2510554ce0bc4b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -128,11 +128,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1743125241, "lastModified": 1743350051,
"narHash": "sha256-TA/xYqZbBwCCprXf8ABORDsjJy0Idw6OdQNqYQhgKCM=", "narHash": "sha256-QtVfBQe5VBnRPP5ustegPlsTdV/SZzt8akOIN5Hlwjk=",
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "75f8e4dbc553d3052f917e66ee874f69d49c9981", "rev": "eaff8219d629bb86e71e3274e1b7915014e7fb22",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -143,11 +143,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1742889210, "lastModified": 1743315132,
"narHash": "sha256-hw63HnwnqU3ZQfsMclLhMvOezpM7RSB0dMAtD5/sOiw=", "narHash": "sha256-6hl6L/tRnwubHcA4pfUUtk542wn2Om+D4UnDhlDW9BE=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "698214a32beb4f4c8e3942372c694f40848b360d", "rev": "52faf482a3889b7619003c0daec593a1912fddc1",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -4,16 +4,16 @@
# `buildGoModule` currently uses Go 1.23. # `buildGoModule` currently uses Go 1.23.
buildGo124Module rec { buildGo124Module rec {
pname = "ipsw"; pname = "ipsw";
version = "3.1.587"; version = "3.1.588";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "blacktop"; owner = "blacktop";
repo = "ipsw"; repo = "ipsw";
rev = "v${version}"; 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; [ buildInputs = with pkgs; [
unicorn unicorn
@ -31,7 +31,7 @@ buildGo124Module rec {
]; ];
meta = { meta = {
description = "Simple command-line snippet manager, written in Go"; description = "iOS/macOS Research Swiss Army Knife ";
homepage = "https://github.com/blacktop/ipsw"; homepage = "https://github.com/blacktop/ipsw";
license = lib.licenses.mit; license = lib.licenses.mit;
}; };