sq: 0.24.0 -> 0.24.1

This commit is contained in:
R. Ryantm
2023-03-14 00:51:49 +00:00
parent d0c9a53633
commit 0d0949b3a3
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "sq";
version = "0.24.0";
version = "0.24.1";
src = fetchFromGitHub {
owner = "neilotoole";
repo = pname;
rev = "v${version}";
sha256 = "sha256-KPH1IsvYQvyUsi4qxWKLpCQNrPCnulCqQLPK5iadm3I=";
sha256 = "sha256-7P29t90LbKM+ng8ac7HL5uA90rIvZIfue2bxZ6coQ9k=";
};
vendorHash = "sha256-AL4ghkeTIkXZXpGeBnWIx3hY6uO2bO7eVcH6DR/5jQc=";