q: 0.19.5 -> 0.19.8 (#440845)

This commit is contained in:
Matthias Beyer
2025-09-07 10:45:31 +02:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "q";
version = "0.19.5";
version = "0.19.8";
src = fetchFromGitHub {
owner = "natesales";
repo = "q";
tag = "v${version}";
hash = "sha256-Chvh+L1RV/T/blFjGS2wiJynXxbWE6eKbu4TRTFTb3o=";
hash = "sha256-kR++GyCdv/5/7E+BeZdTQTjokh2vU5sXjz0f/Ld18g0=";
};
vendorHash = "sha256-7OknLdkJB3ujX/DL+DVdWFK5RcoEw5R9h/KY4OfKeCw=";