kanata: 1.7.0-prerelease-1 -> 1.7.0

https://github.com/jtroo/kanata/compare/v1.7.0-prerelease-1...v1.7.0
This commit is contained in:
Lin Jian 2024-11-15 13:45:53 +08:00
parent a42c917e0a
commit 719cc9e742
No known key found for this signature in database
GPG Key ID: A6698D36434F75A5
2 changed files with 7 additions and 4 deletions

View File

@ -12,7 +12,10 @@
## Backward Incompatibilities {#sec-release-25.05-incompatibilities} ## Backward Incompatibilities {#sec-release-25.05-incompatibilities}
- Create the first release note entry in this section! - `kanata` was updated to v1.7.0, which introduces several breaking changes.
See the release notes of
[v1.7.0](https://github.com/jtroo/kanata/releases/tag/v1.7.0)
for more information.
## Other Notable Changes {#sec-release-25.05-notable-changes} ## Other Notable Changes {#sec-release-25.05-notable-changes}

View File

@ -12,16 +12,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "kanata"; pname = "kanata";
version = "1.7.0-prerelease-1"; version = "1.7.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jtroo"; owner = "jtroo";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-eDeGVmh1gI/DhiP6gxJyGH9G9LNH1NHW0+DNuOPUnBY="; sha256 = "sha256-cG9so0x0y8CbTxLOxSQwn5vG72KxHJzzTIH4lQA4MvE=";
}; };
cargoHash = "sha256-Om9Thyr10wc39J6adSWgmXtvjckaEW0z68sWxUqa4wc="; cargoHash = "sha256-QQrFUJ24Qnrx8+7+h9riycXZSQUdH1sXMhpDzU9AXiI=";
# the dependency native-windows-gui contains both README.md and readme.md, # the dependency native-windows-gui contains both README.md and readme.md,
# which causes a hash mismatch on systems with a case-insensitive filesystem # which causes a hash mismatch on systems with a case-insensitive filesystem