From 376bebc01f3ce8b26038ce6802015771ec3b3f02 Mon Sep 17 00:00:00 2001 From: Barry Moore Date: Fri, 29 Jul 2022 09:10:44 -0400 Subject: [PATCH] fnlfmt: 0.2.2 -> 0.2.3 --- pkgs/development/tools/fnlfmt/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/fnlfmt/default.nix b/pkgs/development/tools/fnlfmt/default.nix index aa34d0236524..f762e5453cfa 100644 --- a/pkgs/development/tools/fnlfmt/default.nix +++ b/pkgs/development/tools/fnlfmt/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "fnlfmt"; - version = "0.2.2"; + version = "0.2.3"; src = fetchFromSourcehut { owner = "~technomancy"; repo = pname; rev = version; - sha256 = "sha256-ZuSXeAhxfH0F/Y0nwqisxLMwh21Kub7viNcXD3FVYOc="; + sha256 = "sha256-FKmr5Xihyk+ikYN8WXBq5UFJziwEb8xaUBswNt/JMBg="; }; nativeBuildInputs = [ fennel ];