We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9af3e6 commit ae000c1Copy full SHA for ae000c1
table-printer.nix
@@ -2,12 +2,12 @@
2
3
stdenv.mkDerivation rec {
4
pname = "table-printer";
5
- version = "v0.0.4";
+ version = "v0.0.5";
6
src = fetchFromGitHub {
7
owner = "ThreshMain";
8
repo = pname;
9
rev = version;
10
- sha256 = "sha256-Mc5CeUBquUxOpmkbVIw7aEGfJIotsCgl7EyRZi6ricc=";
+ sha256 = "sha256-1MW83f/W5WH4V+XcyAIgyT7jXqo3umK0P3kMpj+Byxw=";
11
fetchSubmodules = true;
12
};
13
nativeBuildInputs = [ cmake ];
0 commit comments