bonk: 0.3.2 -> 0.4.0

This commit is contained in:
R. Ryantm 2024-01-27 16:40:26 +00:00
parent 58c189c2a4
commit c5565d4e9f

View file

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "bonk";
version = "0.3.2";
version = "0.4.0";
src = fetchFromGitHub {
owner = "elliot40404";
repo = "bonk";
rev = "v${version}";
hash = "sha256-Y6Hia+B7kIvdvpuZwWGJBsn+pOBmMynXai4KWkNs4ck=";
hash = "sha256-sAMIteNkGRqmE7BQD/TNC01K3eQQTLKuc0jcxHxtKF8=";
};
cargoHash = "sha256-XphSjB49zFB3zXYpdjjcVRdTAW2Bvg91aZkxDLvFy3M=";
cargoHash = "sha256-/qBuIG5ETUWMv2iOGpW3/awuhZb35qsBAflNJv3xTUs=";
meta = {
description = "The blazingly fast touch alternative written in Rust";