tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
task-keeper: 0.29.3 -> 0.30.1
R. Ryantm
6 months ago
b924fc65
a9cd681b
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ta
task-keeper
package.nix
+3
-3
pkgs/by-name/ta/task-keeper/package.nix
···
8
8
9
9
rustPlatform.buildRustPackage rec {
10
10
pname = "task-keeper";
11
11
-
version = "0.29.3";
11
11
+
version = "0.30.1";
12
12
13
13
src = fetchFromGitHub {
14
14
owner = "linux-china";
15
15
repo = "task-keeper";
16
16
tag = "v${version}";
17
17
-
hash = "sha256-89KR1u4aTd32tGPiW4qUUk9eC7d9pGSBuZ8C8QVgMQ4=";
17
17
+
hash = "sha256-/ZmwCvoYdX733c5QkUE0KuUdHeibJkXD5wNHR7Cr7aU=";
18
18
};
19
19
20
20
nativeBuildInputs = [ pkg-config ];
21
21
buildInputs = [ openssl ];
22
22
23
23
-
cargoHash = "sha256-eLdGLKem/Sh9cQ7TRbKymUIldpctBKk1JBjWiSwLloo=";
23
23
+
cargoHash = "sha256-Z56p2jeHvNAT4Pwl8kt1l9RopYCKk5Tt/XWZ7AqIFYw=";
24
24
25
25
# tests depend on many packages (java, node, python, sbt, ...) - which I'm not currently willing to set up 😅
26
26
doCheck = false;