mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
src-cli: 5.2.0 -> 5.2.1
Diff: https://github.com/sourcegraph/src-cli/compare/5.2.0...5.2.1 Changelog: https://github.com/sourcegraph/src-cli/blob/5.2.1/CHANGELOG.md
This commit is contained in:
parent
10ee18ca92
commit
25514bbc7d
@ -10,16 +10,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "src-cli";
|
||||
version = "5.2.0";
|
||||
version = "5.2.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sourcegraph";
|
||||
repo = "src-cli";
|
||||
rev = version;
|
||||
hash = "sha256-QUcN71Zvg9BSQHXu8ANye9BOX5cDgMgl2jfhUgz/GVE=";
|
||||
hash = "sha256-WO9W4jDQklvHOlfbfTtQIpSxn/jzytz1P6ODO6LTwlI=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-YhaxgEGYKrRZagnpoMi/mGWXVkbp5fUjQ73xDFdTElw=";
|
||||
vendorHash = "sha256-ogmshFRVZPCDKHcbDuJ4M1d+Bv3GSnylhnmuUHseRGM=";
|
||||
|
||||
subPackages = [
|
||||
"cmd/src"
|
||||
|
Loading…
Reference in New Issue
Block a user