Unverified Commit 68fec25d authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

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

parents 9ca47d12 b4b1e1fb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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");