Compare commits

...

2 commits

Author SHA1 Message Date
774f142efa
swiftformat: 0.55.1 -> 0.55.2 2024-11-25 21:31:24 -05:00
da2a7fb29e
ipsw: 3.1.557 -> 3.1.558 2024-11-25 21:31:16 -05:00
3 changed files with 14 additions and 14 deletions

18
flake.lock generated
View file

@ -92,11 +92,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1732025103, "lastModified": 1732482255,
"narHash": "sha256-qjEI64RKvDxRyEarY0jTzrZMa8ebezh2DEZmJJrpVdo=", "narHash": "sha256-GUffLwzawz5WRVfWaWCg78n/HrBJrOG7QadFY6rtV8A=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "a46e702093a5c46e192243edbd977d5749e7f294", "rev": "a9953635d7f34e7358d5189751110f87e3ac17da",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -127,11 +127,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1732016537, "lastModified": 1732420287,
"narHash": "sha256-XwXUK+meYnlhdQz2TVE4Wv+tsx1CkdGbDPt1tRzCNH4=", "narHash": "sha256-CzvYF4x6jUh/+NEEIFrIY5t1W/N3IA2bNZJiMXu9GTo=",
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "61cee20168a3ebb71a9efd70a55adebaadfbe4d4", "rev": "3c52583b99666a349a6219dc1f0dd07d75c82d6a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -142,11 +142,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1732190757, "lastModified": 1732580113,
"narHash": "sha256-LFak9vEvamfqE4ITmmQnktyUxeg8Bd27AhF3/sFgOD8=", "narHash": "sha256-hL6BKhApIzPT3SdTf3Of8COJmZBH91+gzQV2LgG3yZM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "534769b8ac4c2d2f490ffc00fe4134b75c5b04c3", "rev": "1df6850c4fd0e92449dc1ff2742a41b1521a0611",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -4,16 +4,16 @@
# `buildGoModule` currently uses Go 1.22. # `buildGoModule` currently uses Go 1.22.
buildGo123Module rec { buildGo123Module rec {
pname = "ipsw"; pname = "ipsw";
version = "3.1.557"; version = "3.1.558";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "blacktop"; owner = "blacktop";
repo = "ipsw"; repo = "ipsw";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-lf0Al2oKZgxnH8MEBXjL+1hA165ioYSloxZIX1wFFqE="; hash = "sha256-9EbUJuc401ziqtilJrJ6cYnHiAHMwxRuPoFloplQqZY=";
}; };
vendorHash = "sha256-kZKXPcJaqQlRZoPd1Z3f46VRlroi0YLZic852qIG/70="; vendorHash = "sha256-MszZVU8izUlaFUsiu0kka7XIuQy3FZls18T5YNZejtY=";
buildInputs = with pkgs; [ buildInputs = with pkgs; [
unicorn unicorn

View file

@ -2,13 +2,13 @@
clangStdenv.mkDerivation rec { clangStdenv.mkDerivation rec {
pname = "swiftformat"; pname = "swiftformat";
version = "0.55.1"; version = "0.55.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nicklockwood"; owner = "nicklockwood";
repo = "SwiftFormat"; repo = "SwiftFormat";
rev = version; rev = version;
sha256 = "sha256-OuYuaC+c+uRmJzw/GBNcQGSecZbsL9cWAmmSOcT8l1A="; sha256 = "sha256-J2i6uAjQwhl7W+dHnOoO2cut1gGxkgCyMMKhO/YN3mI=";
}; };
nativeBuildInputs = [ swift swiftpm ]; nativeBuildInputs = [ swift swiftpm ];