tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
opendht: 3.1.4 -> 3.1.11
linsui
2 years ago
39b01e5c
981439b2
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
opendht
default.nix
+2
-2
pkgs/development/libraries/opendht/default.nix
···
21
22
stdenv.mkDerivation rec {
23
pname = "opendht";
24
-
version = "3.1.4";
25
26
src = fetchFromGitHub {
27
owner = "savoirfairelinux";
28
repo = "opendht";
29
rev = "v${version}";
30
-
hash = "sha256-KtsQ25uStmlf7RZLAcabhPMyGbxKxvpR6Vm632+EBvw=";
31
};
32
33
nativeBuildInputs = [
···
21
22
stdenv.mkDerivation rec {
23
pname = "opendht";
24
+
version = "3.1.11";
25
26
src = fetchFromGitHub {
27
owner = "savoirfairelinux";
28
repo = "opendht";
29
rev = "v${version}";
30
+
hash = "sha256-lJaQGkhpKfSSNVbP+NqommagtoWyi8CdauVxEhiI9Bc=";
31
};
32
33
nativeBuildInputs = [