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

timewarrior: 1.5.0 -> 1.6.0
This commit is contained in:
Matthias Beyer 2023-09-26 09:25:17 +02:00 committed by GitHub
commit 23e9608e69
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.5.0";
version = "1.6.0";
src = fetchFromGitHub {
owner = "GothenburgBitFactory";
repo = "timewarrior";
rev = "v${version}";
sha256 = "sha256-qD49NExR0OZ6hgt5ejGiltxF9xkmseJjhJNzEGofnhw=";
sha256 = "sha256-0obIMnPBvMO30o+qXqwtINNRobBR6cFO65B/xjVt+2w=";
fetchSubmodules = true;
};