tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
xcrawl3r: 1.0.0 -> 1.1.0
R. Ryantm
6 months ago
89685f0a
abfaee3e
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
xc
xcrawl3r
package.nix
+3
-3
pkgs/by-name/xc/xcrawl3r/package.nix
···
6
7
buildGoModule rec {
8
pname = "xcrawl3r";
9
-
version = "1.0.0";
10
11
src = fetchFromGitHub {
12
owner = "hueristiq";
13
repo = "xcrawl3r";
14
tag = version;
15
-
hash = "sha256-Ojm5cBeXRtDGQfbDweLlD1V12PYJHxVbO2g1X1Wt/B8=";
16
};
17
18
-
vendorHash = "sha256-rBKpYB7t9zdduqZA1VwCBp+kXpB8nABhTo+IaoOE8bE=";
19
20
ldflags = [
21
"-s"
···
6
7
buildGoModule rec {
8
pname = "xcrawl3r";
9
+
version = "1.1.0";
10
11
src = fetchFromGitHub {
12
owner = "hueristiq";
13
repo = "xcrawl3r";
14
tag = version;
15
+
hash = "sha256-U5Gu04QR8ZYIUbUwP6k7PfAp1Dz4u2RUVGqamV14BEk=";
16
};
17
18
+
vendorHash = "sha256-GZy7AMhrgswWS4dWRcMW5WF2IVDPeg8ZERizRQi7tZ4=";
19
20
ldflags = [
21
"-s"