timewarrior: 1.8.0 -> 1.9.0 (#434294)

Co-authored-by: matthiasbeyer <mail@beyermatthias.de>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-16 19:26:41 +00:00
committed by GitHub
co-authored by matthiasbeyer
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "timewarrior";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "GothenburgBitFactory";
repo = "timewarrior";
tag = "v${version}";
hash = "sha256-6WZ5k9cxWe+eS9me700ITq0rKEiIuDhTtmuzhOnUM4k=";
hash = "sha256-s7R92AR7pCcXkgI0BKnRship4TkWKx7km1W0ZyAEmnc=";
fetchSubmodules = true;
};