From c68728edf1b256b7138265b7c71b2655efe958f7 Mon Sep 17 00:00:00 2001 From: Edward Amsden Date: Mon, 13 Feb 2023 16:01:50 -0600 Subject: [PATCH] [ares] update rust compiler to 1.64 --- rust/nix/sources.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rust/nix/sources.json b/rust/nix/sources.json index 3f87af9..05259e1 100644 --- a/rust/nix/sources.json +++ b/rust/nix/sources.json @@ -1,14 +1,14 @@ { "nixpkgs": { - "branch": "release-22.05", + "branch": "nixos-22.11", "description": "Nix Packages collection", "homepage": "", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9ff65cb28c43236eac4cbbd20a5781581d9cbbf6", - "sha256": "1vfz9xdkpwp1bbp7p7abwl64sfdsg0g10hbvxsvma1jdz2pnxl5h", + "rev": "1b82144edfcd0c86486d2e07c7298f85510e7fb8", + "sha256": "1qqh8hxynn0mzanmb2impfj4v62kkw6cbxcd6lghk9x4wagc229r", "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/9ff65cb28c43236eac4cbbd20a5781581d9cbbf6.tar.gz", + "url": "https://github.com/NixOS/nixpkgs/archive/1b82144edfcd0c86486d2e07c7298f85510e7fb8.tar.gz", "url_template": "https://github.com///archive/.tar.gz" } }