task-keeper: 0.29.3 -> 0.30.1

This commit is contained in:
R. Ryantm 2025-08-07 11:46:53 +00:00
parent a9cd681b8d
commit b924fc659d

View File

@ -8,19 +8,19 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "task-keeper"; pname = "task-keeper";
version = "0.29.3"; version = "0.30.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linux-china"; owner = "linux-china";
repo = "task-keeper"; repo = "task-keeper";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-89KR1u4aTd32tGPiW4qUUk9eC7d9pGSBuZ8C8QVgMQ4="; hash = "sha256-/ZmwCvoYdX733c5QkUE0KuUdHeibJkXD5wNHR7Cr7aU=";
}; };
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ]; buildInputs = [ openssl ];
cargoHash = "sha256-eLdGLKem/Sh9cQ7TRbKymUIldpctBKk1JBjWiSwLloo="; cargoHash = "sha256-Z56p2jeHvNAT4Pwl8kt1l9RopYCKk5Tt/XWZ7AqIFYw=";
# tests depend on many packages (java, node, python, sbt, ...) - which I'm not currently willing to set up 😅 # tests depend on many packages (java, node, python, sbt, ...) - which I'm not currently willing to set up 😅
doCheck = false; doCheck = false;