q: 0.11.2 -> 0.11.4

This commit is contained in:
R. Ryantm 2023-07-19 00:48:25 +00:00
parent f0e4cf997f
commit e7d4d5e976

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=";