tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
tickrs: 0.14.8 -> 0.14.9
R. Ryantm
2 years ago
4909d886
8e2fc8a2
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
tickrs
default.nix
+3
-3
pkgs/applications/misc/tickrs/default.nix
···
10
11
rustPlatform.buildRustPackage rec {
12
pname = "tickrs";
13
-
version = "0.14.8";
14
15
src = fetchFromGitHub {
16
owner = "tarkah";
17
repo = pname;
18
rev = "refs/tags/v${version}";
19
-
hash = "sha256-8q/dL1Pv25TkL7PESybgIu+0lR0cr6qrK6ItE/r9pbI=";
20
};
21
22
-
cargoHash = "sha256-fOYxOiVpgflwIz9Z6ePhQKDa7DX4D/ZCnPOwq9vWOSk=";
23
24
nativeBuildInputs = [
25
pkg-config
···
10
11
rustPlatform.buildRustPackage rec {
12
pname = "tickrs";
13
+
version = "0.14.9";
14
15
src = fetchFromGitHub {
16
owner = "tarkah";
17
repo = pname;
18
rev = "refs/tags/v${version}";
19
+
hash = "sha256-cN5GtU3bmsdJvfjVdWvWAshiU3Ged7L9pc8wid8GQwA=";
20
};
21
22
+
cargoHash = "sha256-ngDA085V3+2oBH13Fs+pJez2W2/i1pEKoWdqJ4/3Q0I=";
23
24
nativeBuildInputs = [
25
pkg-config