From 9e209ee8008c745e172561d17737746384c636fd Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 23 Apr 2025 18:19:58 -0400 Subject: [PATCH] build: nix => 0.0.30. --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index 9f5ca62e..af8700f0 100644 --- a/default.nix +++ b/default.nix @@ -25,14 +25,14 @@ }: pkgs.stdenv.mkDerivation rec { pname = "tildefriends"; - version = "0.0.29"; + version = "0.0.30"; src = pkgs.fetchFromGitea { domain = "dev.tildefriends.net"; owner = "cory"; repo = "tildefriends"; rev = "v${version}"; - hash = "sha256-bQXFpocOYOlFmVj9OZeQhNrgFuTJ8sx2RSw1tgmelOM="; + hash = "sha256-t5yvouzSL2j/ge1VHLqzIZ+Avqj4iEDt7L+yrHoTZAQ="; fetchSubmodules = true; };