fingerprintx: 1.1.12 -> 1.1.13

This commit is contained in:
R. Ryantm 2023-12-26 03:35:31 +00:00
parent 904b22f402
commit b7ffddbce3

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "fingerprintx";
version = "1.1.12";
version = "1.1.13";
src = fetchFromGitHub {
owner = "praetorian-inc";
repo = "fingerprintx";
rev = "refs/tags/v${version}";
hash = "sha256-jCWWCLLh2mSVvURFw+6eE+wss6/zlGiLBQ4VW2ar+iw=";
hash = "sha256-kWMwadE3ZJTqwEgtrXvXlyc/2+cf1NGhubwZuYpDMBQ=";
};
vendorHash = "sha256-TMy6FwAFlo+ARvm+RiRqly0xIk4lBCXuZrtdnNSMSxw=";