bonk: 0.3.2 -> 0.4.0
This commit is contained in:
parent
58c189c2a4
commit
c5565d4e9f
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue