Skip to content

Commit

Permalink
zed-editor: fix update script
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaskorz committed Dec 18, 2024
1 parent 0a3cb6a commit fd26b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/ze/zed-editor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ rustPlatform.buildRustPackage rec {
passthru = {
updateScript = gitUpdater {
rev-prefix = "v";
ignoredVersions = "pre";
ignoredVersions = "(*-pre|0.999999.0|0.9999-temporary)";
};
fhs = fhs { };
fhsWithPackages = f: fhs { additionalPkgs = f; };
Expand Down

0 comments on commit fd26b71

Please sign in to comment.