Skip to content

Commit

Permalink
nix: updated build file
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-null-undefined committed Jan 20, 2022
1 parent e9af3e6 commit ae000c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions table-printer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit ae000c1

Please sign in to comment.