mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
goverter: 1.8.2 -> 1.8.3 (#408527)
This commit is contained in:
commit
4acad94f07
1 changed files with 2 additions and 2 deletions
|
@ -6,13 +6,13 @@
|
||||||
}:
|
}:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "goverter";
|
pname = "goverter";
|
||||||
version = "1.8.2";
|
version = "1.8.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jmattheis";
|
owner = "jmattheis";
|
||||||
repo = "goverter";
|
repo = "goverter";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-f+rTEbr4Cr5PjXZg+E2235opxbakoYkJqEGRtyWrngE=";
|
hash = "sha256-ytW52raI4MV6cX/ThR6p9hohtngwBYuvSrtOfjnqwXc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-YOtcidMhtQqw/KxY1R3L3XnrhayGQBvHkRdbvYyCQFM=";
|
vendorHash = "sha256-YOtcidMhtQqw/KxY1R3L3XnrhayGQBvHkRdbvYyCQFM=";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue