qbec: 0.14.2 -> 0.14.6

This commit is contained in:
R. RyanTM 2021-08-17 16:09:42 +00:00
parent 739f0b22b7
commit de43b3d52b

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "qbec";
version = "0.14.2";
version = "0.14.6";
src = fetchFromGitHub {
owner = "splunk";
repo = "qbec";
rev = "v${version}";
sha256 = "sha256-F5xnW9069Xrl6isvmeYtfTZUZSiSq47HLs5/p3HCf6E=";
sha256 = "sha256-zsabEYmbWW6lwqyqpPIgCmA4PE6F5Byb8KT/PlLSlvY=";
};
vendorSha256 = "sha256-wtpXqIixjRYYSIPe43Q5627g6mu05WdvwCi9cXVgCBs=";
vendorSha256 = "sha256-VOBRQJzATaY9DNRhZvYTRpoISikbzUAwS/1hUfce/44=";
doCheck = false;