devenv: 2.1.2 -> 2.2.0
This commit is contained in:
@@ -24,16 +24,16 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "2.1.2";
|
||||
version = "2.2.0";
|
||||
devenvNixVersion = "2.34";
|
||||
devenvNixRev = "42d4b7de21c15f28c568410f4383fa06a8458a40";
|
||||
devenvNixRev = "782ac1b155679b065ec945ae50d0fa1d495883b7";
|
||||
|
||||
devenvNixSrc = fetchFromGitHub {
|
||||
name = "devenv-nix-${devenvNixVersion}-source";
|
||||
owner = "cachix";
|
||||
repo = "nix";
|
||||
rev = devenvNixRev;
|
||||
hash = "sha256-g2KEBuHpc3a56c+jPcg0+w6LSuIj6f+zzdztLCOyIhc=";
|
||||
hash = "sha256-xem+4ncdQCTFJsQ4PrVuyVmi3j4w/Yqg298hBUzVejA=";
|
||||
};
|
||||
|
||||
nix_components = (nixVersions.nixComponents_git.overrideSource devenvNixSrc).overrideScope (
|
||||
@@ -49,11 +49,11 @@ rustPlatform.buildRustPackage {
|
||||
src = fetchFromGitHub {
|
||||
owner = "cachix";
|
||||
repo = "devenv";
|
||||
tag = "v2.1.2";
|
||||
hash = "sha256-EQnZCy7r4VMO6KDoytxHBa0mFbM1D9g1kaDfs/s0YZA=";
|
||||
tag = "v2.2";
|
||||
hash = "sha256-9ewHcbuOk7wvBRBM28g06MkjcEIWyqoD04QZKouiRKI=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-uEwxqnLqCFpyV2NbnfuUyVqKrMeVeQzoGQmElaVeGU8=";
|
||||
cargoHash = "sha256-OJqaOJx++WON7SvWQQmSQW0t/8lym5csf3gkSPYaDYY=";
|
||||
|
||||
env = {
|
||||
RUSTFLAGS = "--cfg tracing_unstable";
|
||||
|
||||
Reference in New Issue
Block a user