snips-sh: 0.6.0 -> 0.6.1

This commit is contained in:
R. Ryantm
2026-01-11 05:07:07 +00:00
parent aef8bcdfb3
commit b4b1e1fbb1
+3 -3
View File
@@ -9,14 +9,14 @@
}:
buildGoModule rec {
pname = "snips-sh";
version = "0.6.0";
vendorHash = "sha256-HIGPCLUZTrfJqFsf3k6lbvI05jhS6aXHvYKCGs74JT4=";
version = "0.6.1";
vendorHash = "sha256-1aS9aICqakGaKPVju5Y9VQ1LV5SjW3oqZciihwhORag=";
src = fetchFromGitHub {
owner = "robherley";
repo = "snips.sh";
rev = "v${version}";
hash = "sha256-z92DIm0OPUXKVXPjQRpAb+YOdegI9bjb/tYnLEvb0rU=";
hash = "sha256-lXR6tDVH4CSJOn6n8dM1OoBqeynFnP/Hg046LH9J3Bs=";
};
tags = (lib.optional (!withTensorflow) "noguesser");