fingerprintx: 1.1.9 -> 1.1.10

This commit is contained in:
R. Ryantm 2023-10-12 19:11:29 +00:00
parent 093f098d26
commit dca80e6125

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "fingerprintx";
version = "1.1.9";
version = "1.1.10";
src = fetchFromGitHub {
owner = "praetorian-inc";
repo = "fingerprintx";
rev = "refs/tags/v${version}";
hash = "sha256-XWZzLVY+Vw8x8anFQ+P0FVbHgCuMTvV+fEJ2OmDdkQU=";
hash = "sha256-WwIIZlO310519aEPpvi3pY2Jn3HRNUZNiwoAyZ4VP1A=";
};
vendorHash = "sha256-TMy6FwAFlo+ARvm+RiRqly0xIk4lBCXuZrtdnNSMSxw=";