Merge pull request #276575 from r-ryantm/auto-update/timewarrior

timewarrior: 1.6.0 -> 1.7.0
This commit is contained in:
Matthias Beyer 2023-12-26 09:26:26 +01:00 committed by GitHub
commit 7f9734dd68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "timewarrior";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "GothenburgBitFactory";
repo = "timewarrior";
rev = "v${version}";
sha256 = "sha256-0obIMnPBvMO30o+qXqwtINNRobBR6cFO65B/xjVt+2w=";
sha256 = "sha256-6s/fifjGCkk8JiADPbeiqsKMgY0fkIJBqRPco+rmP1A=";
fetchSubmodules = true;
};