code: 0.6.5 -> 0.6.45

This commit is contained in:
Sizhe Zhao
2026-01-11 20:21:20 +08:00
parent 9a0010765d
commit c2e8b359cd
+4 -4
View File
@@ -11,18 +11,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "code";
version = "0.6.5";
version = "0.6.45";
src = fetchFromGitHub {
owner = "just-every";
repo = "code";
tag = "v${finalAttrs.version}";
hash = "sha256-X+YwTXla6EePXLhMgokiZkgkm9P/rkl2+2XC27tqAEk=";
hash = "sha256-Ycl+r0fcopsWhT2QsRYPKWGRcXRyylgUalFBOgFF800=";
};
sourceRoot = "${finalAttrs.src.name}/code-rs";
cargoHash = "sha256-oNrBwI0klqQtGTMhPzVvOqMqvdexEVkZpLD6ssXqQX8=";
cargoHash = "sha256-Yo8g9GavX9lrIHGoTs8YzMJkVyABflaRa3ni0xf7EvQ=";
nativeBuildInputs = lib.optionals stdenvNoCC.hostPlatform.isLinux [
pkg-config
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
openssl
];
CODE_VERSION = finalAttrs.version;
env.CODE_VERSION = finalAttrs.version;
cargoBuildFlags = [
"--bin"