tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nextdns: 1.37.2 -> 1.37.3
R. Ryantm
4 years ago
b97a25a3
cbb7455d
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
nextdns
default.nix
+2
-2
pkgs/applications/networking/nextdns/default.nix
···
2
3
buildGoModule rec {
4
pname = "nextdns";
5
-
version = "1.37.2";
6
7
src = fetchFromGitHub {
8
owner = "nextdns";
9
repo = "nextdns";
10
rev = "v${version}";
11
-
sha256 = "sha256-R0n/wRCaQ8WvQer3bBLUmOdIojtfjXU0bs0pTn7L0lc=";
12
};
13
14
vendorSha256 = "sha256-YZm+DUrH+1xdJrGjmlajbcsnqVODVbZKivVjmqZ2e48=";
···
2
3
buildGoModule rec {
4
pname = "nextdns";
5
+
version = "1.37.3";
6
7
src = fetchFromGitHub {
8
owner = "nextdns";
9
repo = "nextdns";
10
rev = "v${version}";
11
+
sha256 = "sha256-BCDVn4JaRYIexI7NrRDchUl9u4AEJa+An9ItYYJDs3A=";
12
};
13
14
vendorSha256 = "sha256-YZm+DUrH+1xdJrGjmlajbcsnqVODVbZKivVjmqZ2e48=";