task-keeper: 0.29.3 -> 0.30.1

R. Ryantm b924fc65 a9cd681b

+3 -3
+3 -3
pkgs/by-name/ta/task-keeper/package.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "task-keeper"; 11 - version = "0.29.3"; 12 13 src = fetchFromGitHub { 14 owner = "linux-china"; 15 repo = "task-keeper"; 16 tag = "v${version}"; 17 - hash = "sha256-89KR1u4aTd32tGPiW4qUUk9eC7d9pGSBuZ8C8QVgMQ4="; 18 }; 19 20 nativeBuildInputs = [ pkg-config ]; 21 buildInputs = [ openssl ]; 22 23 - cargoHash = "sha256-eLdGLKem/Sh9cQ7TRbKymUIldpctBKk1JBjWiSwLloo="; 24 25 # tests depend on many packages (java, node, python, sbt, ...) - which I'm not currently willing to set up 😅 26 doCheck = false;
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "task-keeper"; 11 + version = "0.30.1"; 12 13 src = fetchFromGitHub { 14 owner = "linux-china"; 15 repo = "task-keeper"; 16 tag = "v${version}"; 17 + hash = "sha256-/ZmwCvoYdX733c5QkUE0KuUdHeibJkXD5wNHR7Cr7aU="; 18 }; 19 20 nativeBuildInputs = [ pkg-config ]; 21 buildInputs = [ openssl ]; 22 23 + cargoHash = "sha256-Z56p2jeHvNAT4Pwl8kt1l9RopYCKk5Tt/XWZ7AqIFYw="; 24 25 # tests depend on many packages (java, node, python, sbt, ...) - which I'm not currently willing to set up 😅 26 doCheck = false;