syft: 0.60.2 -> 0.60.3

This commit is contained in:
R. Ryantm 2022-11-05 02:47:55 +00:00
parent 0b5d5f1951
commit 7cd0ea9d37

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "syft";
version = "0.60.2";
version = "0.60.3";
src = fetchFromGitHub {
owner = "anchore";
repo = pname;
rev = "v${version}";
sha256 = "sha256-qOsKpJwX+8wFvVt/vLdVJ47rfoOn+11phq4HsQVLV6M=";
sha256 = "sha256-btPH92cLCAZFzlVoRxivBBhqzDK1bASrKbk3jvwDNo8=";
# 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;