File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
nixos/doc/manual/release-notes Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1212
1313rustPlatform . 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
You can’t perform that action at this time.
0 commit comments