tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
timewarrior: 1.9.0 -> 1.9.1
R. Ryantm
6 months ago
2dcbb6fd
33de6dfc
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ti
timewarrior
package.nix
+2
-2
pkgs/by-name/ti/timewarrior/package.nix
···
9
9
10
10
stdenv.mkDerivation rec {
11
11
pname = "timewarrior";
12
12
-
version = "1.9.0";
12
12
+
version = "1.9.1";
13
13
14
14
src = fetchFromGitHub {
15
15
owner = "GothenburgBitFactory";
16
16
repo = "timewarrior";
17
17
tag = "v${version}";
18
18
-
hash = "sha256-s7R92AR7pCcXkgI0BKnRship4TkWKx7km1W0ZyAEmnc=";
18
18
+
hash = "sha256-wwuyXcLCrNvpDIQvoBt/OQlwoTMhPzGZ+WrZdTo6IPo=";
19
19
fetchSubmodules = true;
20
20
};
21
21