From 8dcede652e81eb99588de416bf94b4d630a76952 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Fri, 15 Dec 2023 14:44:43 +0100 Subject: [PATCH] update flake for toxcore update --- flake.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 9f09c20..e20e8e6 100644 --- a/flake.nix +++ b/flake.nix @@ -17,8 +17,8 @@ toxcore-src = pkgs.fetchFromGitHub { owner = "Green-Sky"; repo = "c-toxcore"; fetchSubmodules = true; - rev = "d4b06edc2a35bad51b0f0950d74f61c8c70630ab"; # ngc_events - hash = "sha256-P7wTojRQRtvTx+h9+QcFdO381hniWWpAy5Yv63KWWZA="; + rev = "adbd5b32d85d9c13800f5ece17c0a9dce99faacd"; # ngc_events + hash = "sha256-imXy3++MKMDgftfJn5TdocxsrXewDSHVgLT6X7WtVo4="; }; entt-src = pkgs.fetchFromGitHub { owner = "skypjack"; repo = "entt"; @@ -65,7 +65,6 @@ cmake ninja pkg-config - git # cmake FetchContent ]; cmakeFlags = [