Skip to content

Commit

Permalink
kanata-with-cmd: 1.7.0-prerelease-1 -> 1.7.0 (#351675)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Nov 10, 2024
2 parents bbcb6b8 + 90b343e commit 54b3f32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ka/kanata/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54b3f32

Please sign in to comment.