Skip to content

Commit cfa60e5

Browse files
authored
task-keeper: 0.27.0 -> 0.28.0 (#370279)
2 parents 8bc4f19 + a690ed1 commit cfa60e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ta/task-keeper/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "task-keeper";
11-
version = "0.27.0";
11+
version = "0.28.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "linux-china";
1515
repo = "task-keeper";
1616
tag = "v${version}";
17-
hash = "sha256-lcwWl1ycMSmHgYT4m+CofwefqnjxjvuJkcv1Pe0OtEo=";
17+
hash = "sha256-ufKHKQULN1zaEmnLx4voL/rL8bBe0aZEfclb+5/ybps=";
1818
};
1919

2020
nativeBuildInputs = [ pkg-config ];
2121
buildInputs = [ openssl ];
22-
cargoHash = "sha256-OVDwaMpA2gw0asdQ+yNRKmcmXLs+ddJI/lodewXujro=";
22+
cargoHash = "sha256-g2CxCpSBAKUn+ENduuh+u5l3KD7rchY0qLAuPz8ATww=";
2323

2424
# tests depend on many packages (java, node, python, sbt, ...) - which I'm not currently willing to set up 😅
2525
doCheck = false;

0 commit comments

Comments
 (0)