ipsw: 3.1.613 -> 3.1.614

This commit is contained in:
Spotlight 2025-06-18 14:05:01 -05:00
parent bb0574d97e
commit c46dc8329b
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 6 additions and 6 deletions

6
flake.lock generated
View file

@ -92,11 +92,11 @@
]
},
"locked": {
"lastModified": 1750127463,
"narHash": "sha256-K2xFtlD3PcKAZriOE3LaBLYmVfGQu+rIF4Jr1RFYR0Q=",
"lastModified": 1750263149,
"narHash": "sha256-VYSGDzq4ds4LIYvyEYG+RBqGMGBZhES2tvnmU4TJBn0=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "28eef8722d1af18ca13e687dbf485e1c653a0402",
"rev": "85e68c6a388ef1dfc799aaa01f00758c58e87d89",
"type": "github"
},
"original": {

View file

@ -4,16 +4,16 @@
# `buildGoModule` currently uses Go 1.23.
buildGo124Module rec {
pname = "ipsw";
version = "3.1.613";
version = "3.1.614";
src = fetchFromGitHub {
owner = "blacktop";
repo = "ipsw";
rev = "v${version}";
hash = "sha256-QM9Z/h1IEWZJsMPfyKyL0xadf50AX1h0BinuFH9TJBU=";
hash = "sha256-TFhYT0CMMORdHUEGGPzrTEZqKwkbKCkVvu0rpAqUTFU=";
};
vendorHash = "sha256-PfS/I4mSbhCcoenc12ZMeECT7Yqbfou6evuWux2THKQ=";
vendorHash = "sha256-+IV+Z6ZqyypKw9jHCIAhn3XyM/NQjz+aY6FRfNoiTj4=";
buildInputs = with pkgs; [
unicorn