mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
go-toml: 2.2.3 -> 2.2.4
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
let
|
||||
version = "2.2.3";
|
||||
version = "2.2.4";
|
||||
in
|
||||
buildGoModule {
|
||||
pname = "go-toml";
|
||||
@@ -14,10 +14,10 @@ buildGoModule {
|
||||
owner = "pelletier";
|
||||
repo = "go-toml";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-+l89SvJ/4SxVItys1ROLOv2hZ5euU1MF21Yn0siQHUM=";
|
||||
sha256 = "sha256-VKUrpSaGzkewNSyE0sB6PWVIQiraY7UxE5Wve+76UFk=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-YkOcpzn5AKFMDWUYbKY8DzGMiIMSyaDfexFmXv5HNQI=";
|
||||
vendorHash = null;
|
||||
|
||||
excludedPackages = [
|
||||
"cmd/gotoml-test-decoder"
|
||||
|
||||
Reference in New Issue
Block a user