mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
netassert: 2.0.1 -> 2.0.2
Diff: https://github.com/controlplaneio/netassert/compare/v2.0.1...v2.0.2 Changelog: https://github.com/controlplaneio/netassert/blob/v2.0.2/CHANGELOG.md
This commit is contained in:
parent
e7f5045b21
commit
763c2366a0
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "netassert";
|
||||
version = "2.0.1";
|
||||
version = "2.0.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "controlplaneio";
|
||||
repo = "netassert";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-bKfqSyG6YXrkHqja8f9R+49mdwOKM5NJuRrcKj7QDj8=";
|
||||
hash = "sha256-UWiPjLvMuEc12HJ5ZiwKGeD0hh/y9j4P6FKu0uynUGA=";
|
||||
};
|
||||
vendorHash = "sha256-nDnSJOfEn9KieDwdNeIGFcI4m8rVU+Yaxwa+dKyNSHM=";
|
||||
|
||||
|
|
Loading…
Reference in a new issue