gptcommit 0.5.8 -> 0.5.9 https://github.com/zurawiki/gptcommit/releases attrpath: gptcommit Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] skipping because derivation has updateScript [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ia9s01ni33wjlwm205iwr1dksvan7j9g-packages.json.drv building '/nix/store/ia9s01ni33wjlwm205iwr1dksvan7j9g-packages.json.drv'... Going to be running update for following packages: - gptcommit-0.5.8 Press Enter key to continue... Running update for: - gptcommit-0.5.8: UPDATING ... - gptcommit-0.5.8: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/tools/gptcommit/default.nix b/pkgs/development/tools/gptcommit/default.nix index 3ed3b581808..e20af209067 100644 --- a/pkgs/development/tools/gptcommit/default.nix +++ b/pkgs/development/tools/gptcommit/default.nix @@ -10,7 +10,7 @@ let pname = "gptcommit"; - version = "0.5.8"; + version = "0.5.9"; in rustPlatform.buildRustPackage { inherit pname version; @@ -19,10 +19,10 @@ rustPlatform.buildRustPackage { owner = "zurawiki"; repo = pname; rev = "v${version}"; - sha256 = "sha256-K4A0np8+gpFpSU4jBv6PAw4RyUWmIB7dTgWvpy36CYY="; + sha256 = "sha256-3kcbtV1NnBoAlGdAIjttqfXVlPhkOz1z+ZR+bH97a70="; }; - cargoSha256 = "sha256-awztElsrJCUGUn2HcGpCkxUO/nEy8iZO22/fQtwAKdg="; + cargoSha256 = "sha256-7zAHoZqj1nj5cLIw1os7bdM43wUPlSBK1xZgbdjgOco="; nativeBuildInputs = [ pkg-config ]; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gptcommit nix build failed.  Compiling strum_macros v0.24.3  Compiling which v4.4.0  Compiling strum v0.24.1  Compiling serde_urlencoded v0.7.1  Compiling serde_spanned v0.6.2  Compiling toml_datetime v0.6.2  Compiling hyper v0.14.26  Compiling toml_edit v0.19.10  Compiling ron v0.7.1  Compiling json5 v0.4.1  Compiling toml v0.5.11  Compiling clap v4.3.4  Compiling tera v1.19.0  Compiling toml v0.7.4  Compiling config v0.13.3  Compiling hyper-rustls v0.24.0  Compiling reqwest v0.11.18  Compiling reqwest-eventsource v0.4.0  Compiling async-openai v0.11.0  Compiling tiktoken-rs v0.4.3 error: couldn't read /build/gptcommit-0.5.9-vendor.tar.gz/tiktoken-rs/src/../README.md: No such file or directory (os error 2)  --> /build/gptcommit-0.5.9-vendor.tar.gz/tiktoken-rs/src/lib.rs:1:10  | 1 | #![doc = include_str!("../README.md")]  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^  |  = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) error: could not compile `tiktoken-rs` (lib) due to previous error warning: build failed, waiting for other jobs to finish...