kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078)

This commit is contained in:
Lin Jian 2024-11-16 09:20:36 +08:00 committed by GitHub
commit 8ebe7dbb74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

View File

@ -12,7 +12,10 @@
## 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}

View File

@ -12,16 +12,16 @@
rustPlatform.buildRustPackage rec {
pname = "kanata";
version = "1.7.0-prerelease-1";
version = "1.7.0";
src = fetchFromGitHub {
owner = "jtroo";
repo = pname;
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,
# which causes a hash mismatch on systems with a case-insensitive filesystem