Skip to content

Commit ae000c1

Browse files
nix: updated build file
1 parent e9af3e6 commit ae000c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

table-printer.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
stdenv.mkDerivation rec {
44
pname = "table-printer";
5-
version = "v0.0.4";
5+
version = "v0.0.5";
66
src = fetchFromGitHub {
77
owner = "ThreshMain";
88
repo = pname;
99
rev = version;
10-
sha256 = "sha256-Mc5CeUBquUxOpmkbVIw7aEGfJIotsCgl7EyRZi6ricc=";
10+
sha256 = "sha256-1MW83f/W5WH4V+XcyAIgyT7jXqo3umK0P3kMpj+Byxw=";
1111
fetchSubmodules = true;
1212
};
1313
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)