Update nixpkgs to release 22.11

This commit is contained in:
Rodrigo Arias Mallo 2023-03-02 11:16:54 +01:00
parent f5987a0094
commit 38220140ec

View File

@ -1,16 +1,16 @@
let let
bscOverlay = import ./overlay.nix; bscOverlay = import ./overlay.nix;
commit = "1614b96a68dd210919865abe78bda56b501eb1ef"; commit = "3c0a90afd70b46b081601f9941999e596576337f";
# Pin the nixpkgs # Pin the nixpkgs
nixpkgsPath = builtins.fetchTarball { nixpkgsPath = builtins.fetchTarball {
# Descriptive name to make the store path easier to identify # Descriptive name to make the store path easier to identify
name = "nixpkgs-${commit}"; name = "nixpkgs-${commit}";
# Commit hash for nixpkgs as of 2021-09-01 # Commit hash for nixpkgs release-22.11 as of 2023-03-02
url = "https://github.com/nixos/nixpkgs/archive/${commit}.tar.gz"; url = "https://github.com/nixos/nixpkgs/archive/${commit}.tar.gz";
# Hash obtained using `nix-prefetch-url --unpack <url>` # Hash obtained using `nix-prefetch-url --unpack <url>`
sha256 = "17c4a6cg0xmnp6hl76h8fvxglngh66s8nfm3qq2iqv6iay4a92qz"; sha256 = "0ss4cigiph1ck4lr0qjiw79pjsi4q0nd00mjfzmzmarxdphjsmyy";
}; };
pkgs = import nixpkgsPath { pkgs = import nixpkgsPath {