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 8a8d342 commit 00586bdCopy full SHA for 00586bd
pkgs/by-name/ht/httping/package.nix
@@ -45,6 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
45
tests.version = testers.testVersion {
46
command = "${lib.getExe finalAttrs.finalPackage} --version";
47
package = finalAttrs.finalPackage;
48
+ version = "v${finalAttrs.version}";
49
};
50
updateScript = nix-update-script { };
51
0 commit comments