Unverified Commit 0d6db520 authored by Hans Joachim Kliemeck's avatar Hans Joachim Kliemeck Committed by GitHub
Browse files

sbomnix: 1.7.3 -> 1.7.4

parent 17226a35
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,14 +29,14 @@ in

python.pkgs.buildPythonApplication rec {
  pname = "sbomnix";
  version = "1.7.3";
  version = "1.7.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "tiiuae";
    repo = "sbomnix";
    tag = "v${version}";
    hash = "sha256-eN0dn2TNVEPSfIiJM0NA+HT1l4DnFq1mrSOOUF0h9xY=";
    hash = "sha256-s7mmtbELRcl/7ab5A3fU7f8m4rIm+mBLmXMeYHa7/n4=";

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