Merge pull request #137906 from r-ryantm/auto-update/qbec
qbec: 0.14.6 -> 0.14.8
This commit is contained in:
commit
150fc13438
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "qbec";
|
pname = "qbec";
|
||||||
version = "0.14.6";
|
version = "0.14.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "splunk";
|
owner = "splunk";
|
||||||
repo = "qbec";
|
repo = "qbec";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-zsabEYmbWW6lwqyqpPIgCmA4PE6F5Byb8KT/PlLSlvY=";
|
sha256 = "sha256-awuYmazBx7zv/WuDsePzdWNRcpAzLK7lf4L2W2Jbt3A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-VOBRQJzATaY9DNRhZvYTRpoISikbzUAwS/1hUfce/44=";
|
vendorSha256 = "sha256-VOBRQJzATaY9DNRhZvYTRpoISikbzUAwS/1hUfce/44=";
|
||||||
|
|
Loading…
Reference in a new issue