tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
smartdns: 42 -> 43
R. Ryantm
2 years ago
55c42e89
5cf3fa61
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
smartdns
default.nix
+2
-2
pkgs/tools/networking/smartdns/default.nix
···
2
3
stdenv.mkDerivation rec {
4
pname = "smartdns";
5
-
version = "42";
6
7
src = fetchFromGitHub {
8
owner = "pymumu";
9
repo = pname;
10
rev = "Release${version}";
11
-
hash = "sha256-FVHOjW5SEShxTPPd4IuEfPV6vvqr0RepV976eJmxqwM=";
12
};
13
14
buildInputs = [ openssl ];
···
2
3
stdenv.mkDerivation rec {
4
pname = "smartdns";
5
+
version = "43";
6
7
src = fetchFromGitHub {
8
owner = "pymumu";
9
repo = pname;
10
rev = "Release${version}";
11
+
hash = "sha256-gwbyP2duUvZafMclPwP4uZh7A7OzAvSyqjl6Eg1N6Gg=";
12
};
13
14
buildInputs = [ openssl ];