Merge pull request #244251 from r-ryantm/auto-update/q

q: 0.11.2 -> 0.11.4
This commit is contained in:
Weijia Wang 2023-07-19 11:37:08 +03:00 committed by GitHub
commit 3cf0b7c201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "q";
version = "0.11.2";
version = "0.11.4";
src = fetchFromGitHub {
owner = "natesales";
repo = "q";
rev = "v${version}";
sha256 = "sha256-a2MmDKRXM2n3joHKdWU5sbBrF94TzcLUelNXIiL328M=";
sha256 = "sha256-zoIHpj1i0X5SCVhcT3bl5xxsDcvD2trEVhlIC5YnIZo=";
};
vendorHash = "sha256-cZRaf5Ks6Y4PzeVN0Lf1TxXzrifb7uQzsMbZf6JbLK4=";