Skip to content

Commit 719cc9e

Browse files
committed
kanata: 1.7.0-prerelease-1 -> 1.7.0
jtroo/kanata@v1.7.0-prerelease-1...v1.7.0
1 parent a42c917 commit 719cc9e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

nixos/doc/manual/release-notes/rl-2505.section.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212

1313
## Backward Incompatibilities {#sec-release-25.05-incompatibilities}
1414

15-
- Create the first release note entry in this section!
15+
- `kanata` was updated to v1.7.0, which introduces several breaking changes.
16+
See the release notes of
17+
[v1.7.0](https://github.com/jtroo/kanata/releases/tag/v1.7.0)
18+
for more information.
1619

1720
## Other Notable Changes {#sec-release-25.05-notable-changes}
1821

pkgs/by-name/ka/kanata/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212

1313
rustPlatform.buildRustPackage rec {
1414
pname = "kanata";
15-
version = "1.7.0-prerelease-1";
15+
version = "1.7.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "jtroo";
1919
repo = pname;
2020
rev = "v${version}";
21-
sha256 = "sha256-eDeGVmh1gI/DhiP6gxJyGH9G9LNH1NHW0+DNuOPUnBY=";
21+
sha256 = "sha256-cG9so0x0y8CbTxLOxSQwn5vG72KxHJzzTIH4lQA4MvE=";
2222
};
2323

24-
cargoHash = "sha256-Om9Thyr10wc39J6adSWgmXtvjckaEW0z68sWxUqa4wc=";
24+
cargoHash = "sha256-QQrFUJ24Qnrx8+7+h9riycXZSQUdH1sXMhpDzU9AXiI=";
2525

2626
# the dependency native-windows-gui contains both README.md and readme.md,
2727
# which causes a hash mismatch on systems with a case-insensitive filesystem

0 commit comments

Comments
 (0)