From 5ce75302069da52b4c1d3eec29722e4b435a6d6f Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Sun, 28 Jul 2024 17:33:20 +0100 Subject: [PATCH] chore: bump nixpkgs and MSRV --- README.md | 2 +- default.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b391cc46..a18d80ff 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Note: `january`, `autumn`, and `vortex` are yet to be moved into this monorepo. ## Minimum Supported Rust Version -Rust 1.70 or higher. +Rust 1.76 or higher. ## Development Guide diff --git a/default.nix b/default.nix index 0ff5a314..16096d50 100644 --- a/default.nix +++ b/default.nix @@ -1,6 +1,6 @@ let - # Pinned nixpkgs, deterministic. Last updated: 11-08-2023. - pkgs = import (fetchTarball("https://github.com/NixOS/nixpkgs/archive/bb9707ef2ea4a5b749b362d5cf81ada3ded2c53f.tar.gz")) {}; + # Pinned nixpkgs, deterministic. Last updated: 28-07-2024. + pkgs = import (fetchTarball("https://github.com/NixOS/nixpkgs/archive/9b34ca580417e1ebc56c4df57d8b387dad686665.tar.gz")) {}; # Rolling updates, not deterministic. # pkgs = import (fetchTarball("channel:nixpkgs-unstable")) {}; @@ -29,7 +29,7 @@ in pkgs.mkShell { pkgs.rustc pkgs.clippy pkgs.rustfmt - pkgs.pkgconfig + pkgs.pkg-config pkgs.openssl.dev # mdbook