tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
findomain: 8.2.0 -> 8.2.1
R. Ryantm
3 years ago
74704d8c
6895427d
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
findomain
default.nix
+3
-3
pkgs/tools/networking/findomain/default.nix
···
10
10
11
11
rustPlatform.buildRustPackage rec {
12
12
pname = "findomain";
13
13
-
version = "8.2.0";
13
13
+
version = "8.2.1";
14
14
15
15
src = fetchFromGitHub {
16
16
owner = "Edu4rdSHL";
17
17
repo = pname;
18
18
rev = version;
19
19
-
sha256 = "sha256-VT4iPm6CbuKw9D53eSvunRC4Yvn94D5J95JJyq1Za9M=";
19
19
+
sha256 = "sha256-NlaQhQtGQzOaTD18NMiicQOrovRuTCUq54vxu34JqIU=";
20
20
};
21
21
22
22
-
cargoSha256 = "sha256-gwBsIFhMHTISlKXCBqhzYhq0p5yX0OE0/zcU1yTOADQ=";
22
22
+
cargoSha256 = "sha256-I9OyH02JNdNgGK3918XwS5wt+11VppCTqzo50LuhnvI=";
23
23
24
24
nativeBuildInputs = [ installShellFiles perl ];
25
25
buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ];