timewarrior: 1.8.0 -> 1.9.0

This commit is contained in:
R. Ryantm 2025-08-16 18:57:51 +00:00
parent a05a770b95
commit 57e3097e22

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;
};