ipsw: 3.1.603 -> 3.1.604
This commit is contained in:
parent
d9be1ba0e2
commit
238156341e
2 changed files with 15 additions and 15 deletions
|
@ -4,16 +4,16 @@
|
|||
# `buildGoModule` currently uses Go 1.23.
|
||||
buildGo124Module rec {
|
||||
pname = "ipsw";
|
||||
version = "3.1.603";
|
||||
version = "3.1.604";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "blacktop";
|
||||
repo = "ipsw";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-LPbRfMO3w/ZfUIVh3EF35Dvd4cUTgC75TBGkV9X6FHg=";
|
||||
hash = "sha256-W0NEK/eJxLy859Y1AHaEJ61E+YnWo6B6yGrBq36NFO4=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-qnXSI5H9bpB4EG4Xozpu9Yyw+D+cDfLJJ4PZ648JAAs=";
|
||||
vendorHash = "sha256-JwuAbPaeNdwGH1LD2jikhDmCJbJdMubdjpvvSbrhcfU=";
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
unicorn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue