tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ets: 0.2.1 -> 0.3.0
kashw2
2 years ago
dbc2ce50
9f5a6d72
+6
-12
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
ets
default.nix
+6
-12
pkgs/tools/misc/ets/default.nix
···
2
2
3
3
buildGoModule rec {
4
4
pname = "ets";
5
5
-
version = "0.2.1";
5
5
+
version = "0.3.0";
6
6
7
7
src = fetchFromGitHub {
8
8
-
owner = "zmwangx";
9
9
-
repo = pname;
8
8
+
owner = "gdubicki";
9
9
+
repo = "ets";
10
10
rev = "v${version}";
11
11
-
sha256 = "sha256-XWIDo5msTMTLr60x1R9cwsiZIDG6G+uHWx8idt4F2iA=";
11
11
+
hash = "sha256-PowJ3ig8TfGx9P/PJPVBL8GsMh+gGZVt9l4Rf7Mqk00=";
12
12
};
13
13
14
14
-
# https://github.com/zmwangx/ets/pull/18/
15
15
-
patches = [ (fetchpatch {
16
16
-
url = "https://github.com/zmwangx/ets/commit/600ec17a9c86ca63cd022d00439cdc4978e2afa9.patch";
17
17
-
sha256 = "sha256-SGCISHkWNFubgKkQYx8Vf5/fknNDfPNYkSuw1mMhZaE=";
18
18
-
}) ];
19
19
-
20
20
-
vendorHash = "sha256-+8dXfqOu8XTw2uEx3GAynQSHtzifejZtddr1CdxrupA=";
14
14
+
vendorHash = "sha256-XHgdiXdp9aNEAc/Apvb64ExnpywjddWOw1scNKy+ico=";
21
15
22
16
ldflags = [ "-s" "-w" "-X main.version=v${version}-nixpkgs" ];
23
17
···
35
29
36
30
meta = with lib; {
37
31
description = "Command output timestamper";
38
38
-
homepage = "https://github.com/zmwangx/ets/";
32
32
+
homepage = "https://github.com/gdubicki/ets/";
39
33
license = licenses.mit;
40
34
maintainers = with maintainers; [ cameronfyfe ];
41
35
mainProgram = "ets";