Skip to content

Commit

Permalink
sbomnix: release 1.4.3
Browse files Browse the repository at this point in the history
- Fix uninstall instructions
- Add curl dependency
- Update flake lock file
- Up the version to 1.4.3

Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
  • Loading branch information
henrirosten committed Feb 28, 2023
1 parent 35683e5 commit 2ce5887
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Examples in this README.md assume you have installed `sbomnix` on your system an
$ git clone https://github.com/tiiuae/sbomnix
$ cd sbomnix
$ nix-env -f default.nix --install
# To uninstall: nix-env --uninstall '*sbomnix*'
# To uninstall: nix-env --uninstall '.*sbomnix.*'
```
## Usage Examples
Expand Down
3 changes: 2 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

pythonPackages.buildPythonPackage rec {
pname = "sbomnix";
version = "1.4.2";
version = "1.4.3";
format = "setuptools";

src = ./.;
Expand All @@ -23,6 +23,7 @@ pythonPackages.buildPythonPackage rec {
propagatedBuildInputs = [
pkgs.reuse
pkgs.grype
pkgs.curl
vulnix
pythonPackages.numpy
pythonPackages.pandas
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pkgs.mkShell {
buildInputs = [
pkgs.reuse
pkgs.grype
pkgs.curl
vulnix
pythonPackages.pip
pythonPackages.numpy
Expand Down

0 comments on commit 2ce5887

Please sign in to comment.