snips-sh: 0.6.0 -> 0.6.1 (#478930)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-11 12:01:34 +00:00
committed by GitHub
+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");