tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
toipe: 0.4.0 -> 0.4.1
Loïc Reynier
3 years ago
4b5bf7de
4a554978
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
toipe
default.nix
+3
-3
pkgs/applications/misc/toipe/default.nix
···
2
3
rustPlatform.buildRustPackage rec {
4
pname = "toipe";
5
-
version = "0.4.0";
6
7
src = fetchCrate {
8
inherit pname version;
9
-
sha256 = "sha256-lAvFCvNm55SjRmrhIkMBiM0nSlAG+jUEKLlLaGs1RkY=";
10
};
11
12
-
cargoSha256 = "sha256-WmWH/x69H17uHQEB0+GRUtApJnSEkoeFLLweP8NoBrk=";
13
14
meta = with lib; {
15
description = "Trusty terminal typing tester";
···
2
3
rustPlatform.buildRustPackage rec {
4
pname = "toipe";
5
+
version = "0.4.1";
6
7
src = fetchCrate {
8
inherit pname version;
9
+
sha256 = "sha256-aunejitHVNIB/zIDgX3mlA1FzG7wIxlDCFdUvtuzQnc=";
10
};
11
12
+
cargoSha256 = "sha256-Nabc2lPpsUCcWEJzL6U84UoIJ5PCtYKVyLRhjhiqhpE=";
13
14
meta = with lib; {
15
description = "Trusty terminal typing tester";