task-keeper: 0.28.1 -> 0.29.0 (#406358)

authored by Wolfgang Walther and committed by GitHub 66af7223 0125f9be

+3 -3
+3 -3
pkgs/by-name/ta/task-keeper/package.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "task-keeper"; 11 - version = "0.28.1"; 11 + version = "0.29.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "linux-china"; 15 15 repo = "task-keeper"; 16 16 tag = "v${version}"; 17 - hash = "sha256-PT8NN6rHY9Ph15KikoAYAfJ++u6t6Mp8SPm24ZBdPDk="; 17 + hash = "sha256-D+aAqyJ7DzkaGHY+MEItcxQwuNKXzZhV/0HVj5WMqn0="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ pkg-config ]; 21 21 buildInputs = [ openssl ]; 22 22 useFetchCargoVendor = true; 23 - cargoHash = "sha256-6KnZDSYPf3Rr9II/lsrPvzRMiwOknrstU8/91mv7x8k="; 23 + cargoHash = "sha256-asmdiJJmm+59vts0tkKDo7gkHOXbRM6FQWhdjfZ3w7U="; 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;