hello-cpp: set pname, version=0.0.1 (#487344)

This commit is contained in:
Jo
2026-02-05 21:48:29 +00:00
committed by GitHub
+2 -1
View File
@@ -6,7 +6,8 @@
}:
stdenv.mkDerivation {
name = "hello-cpp";
pname = "hello-cpp";
version = lib.trivial.version;
src = ./src;
nativeBuildInputs = [
cmake