From 85fc106ca8975bde23ac13afcc0dbb25e9f1c0f9 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 9 Oct 2024 12:59:48 -0500 Subject: [PATCH] Upgrade Zed to 0.156 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 984f077..c2b2684 100644 --- a/flake.lock +++ b/flake.lock @@ -1204,16 +1204,16 @@ "nixpkgs": "nixpkgs_6" }, "locked": { - "lastModified": 1727792524, - "narHash": "sha256-/sL5SVRNVJBMPPZek9zBiek3nXHI1czNwbkGtlk9CzU=", + "lastModified": 1728487939, + "narHash": "sha256-HdiEVRssMJmn+ifa0oWhHzRXB9L4oyji0DZ3PopHSoY=", "owner": "zed-industries", "repo": "zed", - "rev": "49db2122c65e71f28bc9b8896082b0a9290c2b01", + "rev": "f6d974f3b148c2d4f28b4ed97b9b6352915faeed", "type": "github" }, "original": { "owner": "zed-industries", - "ref": "v0.154.x", + "ref": "v0.156.x", "repo": "zed", "type": "github" } diff --git a/flake.nix b/flake.nix index 2feaac4..ad4e574 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ url = "github:nix-community/NixOS-WSL"; inputs.nixpkgs.follows = "nixunstable"; }; - zed.url = "github:zed-industries/zed/v0.154.x"; + zed.url = "github:zed-industries/zed/v0.156.x"; }; outputs = { self, ... }@inputs: