tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
timoni: 0.20.0 -> 0.21.0
Jan Votava
2 years ago
bf34c32e
e3097c24
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
timoni
default.nix
+3
-3
pkgs/applications/networking/cluster/timoni/default.nix
···
6
7
buildGo122Module rec {
8
pname = "timoni";
9
-
version = "0.20.0";
10
11
src = fetchFromGitHub {
12
owner = "stefanprodan";
13
repo = "timoni";
14
rev = "v${version}";
15
-
hash = "sha256-zQawfzwQNQvtta7lIOtePGI67Y4iXzEBGqd5YiOKAVY=";
16
};
17
18
-
vendorHash = "sha256-xQgSABaWY5FWHh2kcBB36fm3povFNpU18PjD4J6M4QM=";
19
20
subPackages = [ "cmd/timoni" ];
21
nativeBuildInputs = [ installShellFiles ];
···
6
7
buildGo122Module rec {
8
pname = "timoni";
9
+
version = "0.21.0";
10
11
src = fetchFromGitHub {
12
owner = "stefanprodan";
13
repo = "timoni";
14
rev = "v${version}";
15
+
hash = "sha256-LN2VxXKjEaUgLSVc0G+OlhmaZ4anBmyXbOBOrGIeYG0=";
16
};
17
18
+
vendorHash = "sha256-Vj7P0o0UM35WTv9s1BAcW6MuzjIinADOFsuCK1bpKP0=";
19
20
subPackages = [ "cmd/timoni" ];
21
nativeBuildInputs = [ installShellFiles ];