zed-editor: use github releases for updateScript
This commit is contained in:
@@ -313,6 +313,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
extraArgs = [
|
||||
"--version-regex"
|
||||
"^v(?!.*(?:-pre|0\.999999\.0|0\.9999-temporary)$)(.+)$"
|
||||
|
||||
# use github releases instead of git tags
|
||||
# zed sometimes moves git tags, making them unreliable
|
||||
# see: https://github.com/NixOS/nixpkgs/pull/439893#issuecomment-3250497178
|
||||
"--use-github-releases"
|
||||
];
|
||||
};
|
||||
fhs = fhs { zed-editor = finalAttrs.finalPackage; };
|
||||
|
||||
Reference in New Issue
Block a user