tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
atlantis: 0.16.0 -> 0.16.1
R. RyanTM
5 years ago
4173245c
5464a235
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
atlantis
default.nix
+2
-2
pkgs/applications/networking/cluster/atlantis/default.nix
···
2
3
buildGoModule rec {
4
pname = "atlantis";
5
-
version = "0.16.0";
6
7
src = fetchFromGitHub {
8
owner = "runatlantis";
9
repo = "atlantis";
10
rev = "v${version}";
11
-
sha256 = "sha256-1sak6CaqFhiBIoaa7kERXLHsgn24oMgBlOJaQDuF61E=";
12
};
13
14
vendorSha256 = null;
···
2
3
buildGoModule rec {
4
pname = "atlantis";
5
+
version = "0.16.1";
6
7
src = fetchFromGitHub {
8
owner = "runatlantis";
9
repo = "atlantis";
10
rev = "v${version}";
11
+
sha256 = "sha256-D549pInoK8ispgcn8LYdix19Hp7wO6w2/d2Y1L/9Px8=";
12
};
13
14
vendorSha256 = null;