overlays/plume: version all the packages

This commit is contained in:
Astro 2023-12-04 03:26:28 +01:00 committed by Sandro Jäckel
parent e8dfd30d71
commit 4237e0f6e7
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,7 @@ let
plm = naersk'.buildPackage {
pname = "plm";
inherit version;
root = src;
nativeBuildInputs = [
@ -97,6 +98,7 @@ let
plume-front = naersk-wasm.buildPackage {
pname = "plume-front";
inherit version;
root = src;
nativeBuildInputs = [
gettext