From ae000c16daf53dc9086db41aa562457b482d96b1 Mon Sep 17 00:00:00 2001 From: ThreshMain Date: Thu, 20 Jan 2022 20:01:12 +0100 Subject: [PATCH] nix: updated build file --- table-printer.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/table-printer.nix b/table-printer.nix index fef55ba..93051c9 100644 --- a/table-printer.nix +++ b/table-printer.nix @@ -2,12 +2,12 @@ stdenv.mkDerivation rec { pname = "table-printer"; - version = "v0.0.4"; + version = "v0.0.5"; src = fetchFromGitHub { owner = "ThreshMain"; repo = pname; rev = version; - sha256 = "sha256-Mc5CeUBquUxOpmkbVIw7aEGfJIotsCgl7EyRZi6ricc="; + sha256 = "sha256-1MW83f/W5WH4V+XcyAIgyT7jXqo3umK0P3kMpj+Byxw="; fetchSubmodules = true; }; nativeBuildInputs = [ cmake ];