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 ];