lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

bonk: 0.3.2 -> 0.4.0

+3 -3
+3 -3
pkgs/tools/misc/bonk/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "bonk"; 8 - version = "0.3.2"; 8 + version = "0.4.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "elliot40404"; 12 12 repo = "bonk"; 13 13 rev = "v${version}"; 14 - hash = "sha256-Y6Hia+B7kIvdvpuZwWGJBsn+pOBmMynXai4KWkNs4ck="; 14 + hash = "sha256-sAMIteNkGRqmE7BQD/TNC01K3eQQTLKuc0jcxHxtKF8="; 15 15 }; 16 16 17 - cargoHash = "sha256-XphSjB49zFB3zXYpdjjcVRdTAW2Bvg91aZkxDLvFy3M="; 17 + cargoHash = "sha256-/qBuIG5ETUWMv2iOGpW3/awuhZb35qsBAflNJv3xTUs="; 18 18 19 19 meta = { 20 20 description = "The blazingly fast touch alternative written in Rust";