fix: respect semver build identifiers for nix (#11915)

pull/19571/head
Caleb Norton 2026-03-28 18:39:03 -05:00 committed by GitHub
parent 38af99dcb4
commit 4f96eb239f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ let
in
stdenvNoCC.mkDerivation {
pname = "opencode-node_modules";
version = "${packageJson.version}-${rev}";
version = "${packageJson.version}+${lib.replaceString "-" "." rev}";
src = lib.fileset.toSource {
root = ../.;