Skip to content

Commit b4ad7b6

Browse files
committed
cargo-c: 0.8.0 -> 0.8.1
1 parent 4342c33 commit b4ad7b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/development/tools/rust/cargo-c/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
rustPlatform.buildRustPackage rec {
77
pname = "cargo-c";
8-
version = "0.8.0";
8+
version = "0.8.1";
99

1010
src = stdenv.mkDerivation rec {
1111
name = "${pname}-source-${version}";
@@ -14,11 +14,11 @@ rustPlatform.buildRustPackage rec {
1414
owner = "lu-zero";
1515
repo = pname;
1616
rev = "v${version}";
17-
sha256 = "1rvbikhbqsfa2sh79kapqg4yz19r1yhqfykl6cf4yjg6vawkwfw1";
17+
sha256 = "0fd0xql5cbqgmir2z3ah91iasaq9133wmi5bnhiy3dv7drcqv4rc";
1818
};
1919
cargoLock = fetchurl {
2020
url = "https://github.com/lu-zero/${pname}/releases/download/v${version}/Cargo.lock";
21-
sha256 = "17cdac8ym59jwjxs3k4isazknhrlr6lw0j0r76n5xf0dd7apfgcs";
21+
sha256 = "1xlh3h77rxhqyr1nkqyanb120lwdks6fklh202camqpmznd763g5";
2222
};
2323

2424
installPhase = ''
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
2828
'';
2929
};
3030

31-
cargoSha256 = "0pxakfiidxfczh3harnjhb1zv340r812jxzwam8z2kyw3mkyhh8z";
31+
cargoSha256 = "0b952xkg0l31laqlhsv3cqdag7v15k9na6xr6q9y8xwy1fjh9gzv";
3232

3333
nativeBuildInputs = [ pkg-config ];
3434
buildInputs = [ openssl ]

0 commit comments

Comments
 (0)