frugal: 3.14.4 -> 3.14.5

This commit is contained in:
R. RyanTM 2021-06-19 07:05:19 +00:00
parent 0e3229d628
commit 344600efbb

View file

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "frugal";
version = "3.14.4";
version = "3.14.5";
src = fetchFromGitHub {
owner = "Workiva";
repo = pname;
rev = "v${version}";
sha256 = "sha256-RFVn5aL5MqsB7heDPVUci3Eyq6F/qo3RmdEaZbsC+Ng=";
sha256 = "sha256-Er9V6mSe4Pt/RzFAPa3ci3J7FQh5GLbh9CjYHx/HnYM=";
};
subPackages = [ "." ];
vendorSha256 = "sha256-hyupBMRKuw77SJNIk3mEUixV0LV5mEmZx8M70qGmYJY=";
vendorSha256 = "sha256-9M6SSxMQ8JMJ7ZNl8cjQuid/B0xc28/BuPozxftthe0=";
meta = with lib; {
description = "Thrift improved";