Loading pkgs/by-name/sn/snips-sh/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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"); Loading Loading
pkgs/by-name/sn/snips-sh/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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"); Loading