From f7fb112f2148309b71af1eee444ef07c54368e81 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 29 Jan 2025 20:32:35 -0500 Subject: [PATCH] build: I don't understand this nix error. --- default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index 721389c1..4d6068bf 100644 --- a/default.nix +++ b/default.nix @@ -21,18 +21,19 @@ }: pkgs.stdenv.mkDerivation rec { pname = "tildefriends"; - version = "0.0.26"; + version = "0.0.27"; src = pkgs.fetchFromGitea { domain = "dev.tildefriends.net"; owner = "cory"; repo = "tildefriends"; rev = "v${version}"; - hash = "sha256-XJ7M++risfsRn9GkS1zjTQpqqV5S09uyimeVzU9hGGg="; + hash = "sha256-NhoTBWYsWc206f1+M9haxHSJU6ZSGoP5nPStymAIyRk="; fetchSubmodules = true; }; nativeBuildInputs = with pkgs; [ + bash glibc gnumake openssl