Commit a4458d73 authored by Bjørn Forsman's avatar Bjørn Forsman
Browse files

sbomnix: 1.7.0 -> 1.7.1

parent 2f610f98
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,14 +28,14 @@

python.pkgs.buildPythonApplication rec {
  pname = "sbomnix";
  version = "1.7.0";
  version = "1.7.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "tiiuae";
    repo = "sbomnix";
    rev = "refs/tags/v${version}";
    hash = "sha256-n5nK9fqgAC10jU9BcO+EEVrSD0YEr/hp6XDcTqVrvP8=";
    hash = "sha256-LMrsJnJXmn+rneIslAaoIpwOyPVIVjOyu49O+7J/nIs=";

    # Remove documentation as it contains references to nix store
    postFetch = ''