snips-sh: 0.6.0 -> 0.6.1 (#478930)
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user