Unverified Commit 4ac56dae authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

syft: 1.43.0 -> 1.44.0 (#515690)

parents fdfb1075 dea1bd01
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule (finalAttrs: {
  pname = "syft";
  version = "1.43.0";
  version = "1.44.0";

  src = fetchFromGitHub {
    owner = "anchore";
    repo = "syft";
    tag = "v${finalAttrs.version}";
    hash = "sha256-JWcJn8NU9GfTJDKFedop5UuLq/SqFFdM26F7yhkcQyM=";
    hash = "sha256-Yh/JmZbsIPP69EnkwUId3C+5Z2rT787LRcTuMyt9KhA=";
    # populate values that require us to use git. By doing this in postFetch we
    # can delete .git afterwards and maintain better reproducibility of the src.
    leaveDotGit = true;