~ehmry/nim_lk

e51d859defa7b8f69072e8450cb23360827c50c9 — Emery Hemingway 5 months ago 536f728
Update sbom.json
1 files changed, 32 insertions(+), 16 deletions(-)

M sbom.json
M sbom.json => sbom.json +32 -16
@@ 4,7 4,7 @@
  "metadata": {
    "component": {
      "type": "application",
      "bom-ref": "nim_lk",
      "bom-ref": "pkg:nim/nim_lk",
      "name": "nim_lk",
      "description": "Tool for generating Nim lockfiles",
      "version": "20240527",


@@ 48,13 48,17 @@
  "components": [
    {
      "type": "library",
      "bom-ref": "nimble",
      "bom-ref": "pkg:nim/nimble",
      "name": "nimble",
      "version": "#f8bd7b5fa6ea7a583b411b5959b06e6b5eb23667",
      "version": "master",
      "externalReferences": [
        {
          "url": "https://github.com/nim-lang/nimble/archive/f8bd7b5fa6ea7a583b411b5959b06e6b5eb23667.tar.gz",
          "type": "source-distribution"
        },
        {
          "url": "https://github.com/nim-lang/nimble.git",
          "type": "vcs"
        }
      ],
      "properties": [


@@ 64,35 68,43 @@
        },
        {
          "name": "nix:fod:path",
          "value": "/nix/store/iz0s3zshxhsxkjkv73d7ynmajlmbph7m-source"
          "value": "/nix/store/kliwq74h9q53wv1xqyvy7ih0nvsw8hj8-source"
        },
        {
          "name": "nix:fod:rev",
          "value": "f8bd7b5fa6ea7a583b411b5959b06e6b5eb23667"
          "value": "e21e0e771461a0b778e5648f05207f4af29234dc"
        },
        {
          "name": "nix:fod:sha256",
          "value": "1p6k00rsncyczbj5m06xx9zc2jrbdylavj3jnl7ybh7sq2wxl439"
          "value": "1rxcy9wg5y1ncl2j63v0hcfgzl44jg03fm1q1akccny6v6hj7aic"
        },
        {
          "name": "nix:fod:url",
          "value": "https://github.com/nim-lang/nimble/archive/f8bd7b5fa6ea7a583b411b5959b06e6b5eb23667.tar.gz"
          "value": "https://github.com/nim-lang/nimble/archive/e21e0e771461a0b778e5648f05207f4af29234dc.tar.gz"
        },
        {
          "name": "nix:fod:srcDir",
          "value": "src"
        },
        {
          "name": "nix:fod:ref",
          "value": "master"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "sat",
      "bom-ref": "pkg:nim/sat",
      "name": "sat",
      "version": "pr_init",
      "externalReferences": [
        {
          "url": "https://github.com/nim-lang/sat/archive/d6d992bc2717054cbb99e31df57ab071a4772d35.tar.gz",
          "type": "source-distribution"
        },
        {
          "url": "https://github.com/nim-lang/sat.git",
          "type": "vcs"
        }
      ],
      "properties": [


@@ 128,13 140,17 @@
    },
    {
      "type": "library",
      "bom-ref": "checksums",
      "bom-ref": "pkg:nim/checksums",
      "name": "checksums",
      "version": "v0.1.0",
      "externalReferences": [
        {
          "url": "https://github.com/nim-lang/checksums/archive/7ff0b762332d2591bbeb65df9bb86d52ea44ec01.tar.gz",
          "type": "source-distribution"
        },
        {
          "url": "https://github.com/nim-lang/checksums.git",
          "type": "vcs"
        }
      ],
      "properties": [


@@ 171,24 187,24 @@
  ],
  "dependencies": [
    {
      "ref": "nim_lk",
      "ref": "pkg:nim/nim_lk",
      "dependsOn": [
        "nimble"
        "pkg:nim/nimble"
      ]
    },
    {
      "ref": "nimble",
      "ref": "pkg:nim/nimble",
      "dependsOn": [
        "sat",
        "checksums"
        "pkg:nim/sat",
        "pkg:nim/checksums"
      ]
    },
    {
      "ref": "sat",
      "ref": "pkg:nim/sat",
      "dependsOn": []
    },
    {
      "ref": "checksums",
      "ref": "pkg:nim/checksums",
      "dependsOn": []
    }
  ]