zed-editor: fix src.hash

Upstream re-tagged 202.5 to a different commit, thus causing a hash
mismatch.
This commit is contained in:
Niklas Korz
2025-09-03 17:49:55 +02:00
parent 2906e0d47c
commit ff106fe63c
+1 -1
View File
@@ -112,7 +112,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
owner = "zed-industries";
repo = "zed";
tag = "v${finalAttrs.version}";
hash = "sha256-4cP6cohUZdhvr6mvIOozhg1ahEZEypCCjvAz0fjAtec=";
hash = "sha256-Q7Ord+GJJcOCH/S3qNwAbzILqQiIC94qb8V+JkzQqaQ=";
};
patches = [