tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
wrangler: 1.19.9 -> 1.19.10
authored by
R. Ryantm
and committed by
Yt
3 years ago
cc8750c8
6b1b4456
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
wrangler
default.nix
+3
-3
pkgs/development/tools/wrangler/default.nix
···
2
2
3
3
rustPlatform.buildRustPackage rec {
4
4
pname = "wrangler";
5
5
-
version = "1.19.9";
5
5
+
version = "1.19.10";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "cloudflare";
9
9
repo = pname;
10
10
rev = "v${version}";
11
11
-
sha256 = "sha256-cuntghTMGrAcrPunyi9ZWlxDcryYv7R6S3V8WJjEUtQ=";
11
11
+
sha256 = "sha256-RKOAs7MRHcGx6BNBml7WQ81bNvdB9ipd0R1ErLTwjTQ=";
12
12
};
13
13
14
14
-
cargoSha256 = "sha256-gao8vCfzb81GUte6WAt2x/pxecg443bpQxvUSQCXL40=";
14
14
+
cargoSha256 = "sha256-9GvKDLuDIW5q1R5g20rtSScv2c0sLSo+hI9LSA4W3M8=";
15
15
16
16
nativeBuildInputs = [ pkg-config ];
17
17