Skip to content

Commit 87a13c6

Browse files
committed
bump rust to 1.80.0
1 parent 535b174 commit 87a13c6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

nix/ext/pg_mooncake.nix

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@
77
openssl,
88
curl,
99
pkg-config,
10-
cargo,
11-
rustc,
1210
cacert,
11+
rust-bin,
1312
}:
1413

14+
let
15+
rustVersion = "1.80.0";
16+
rustc = rust-bin.stable."${rustVersion}".rustc;
17+
cargo = rust-bin.stable."${rustVersion}".cargo;
18+
in
1519
stdenv.mkDerivation rec {
1620
pname = "pg_mooncake";
1721
version = "61a2c495ba8e8bbcf59142f05dc85a3059bdf42c";

0 commit comments

Comments
 (0)