commit 50cfcc14b44d1c5dd00e3c3628b6f207f85fe309
parent 87b275b12f9855b09dccccb513b82ae1a68f5513
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date: Thu, 19 Sep 2024 17:56:44 +0400
Up
Diffstat:
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -5,11 +5,11 @@
"systems": "systems"
},
"locked": {
- "lastModified": 1710146030,
- "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
+ "lastModified": 1726560853,
+ "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=",
"owner": "numtide",
"repo": "flake-utils",
- "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
+ "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a",
"type": "github"
},
"original": {
@@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1726206720,
- "narHash": "sha256-tI7141IHDABMNgz4iXDo8agCp0SeTLbaIZ2DRndwcmk=",
+ "lastModified": 1726583932,
+ "narHash": "sha256-zACxiQx8knB3F8+Ze+1BpiYrI+CbhxyWpcSID9kVhkQ=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "673d99f1406cb09b8eb6feab4743ebdf70046557",
+ "rev": "658e7223191d2598641d50ee4e898126768fe847",
"type": "github"
},
"original": {
diff --git a/pkgs/darwin/zed/default.nix b/pkgs/darwin/zed/default.nix
@@ -7,11 +7,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "zed";
- version = "0.153.2-pre";
+ version = "0.154.0-pre";
src = fetchurl {
url = "https://zed.dev/api/releases/stable/${finalAttrs.version}/Zed.dmg";
- hash = "sha256-u00WVycPNGTGs0/8o1spXaDHJ01ba9M0mXW1qmEBJTM=";
+ hash = "sha256-s7niM6OqbPauXkDKJlwhnSecGXiSqDx7Rq/zeCbIMjc=";
};
sourceRoot = ".";