mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
pfcpsim: 1.4.4 -> 1.5.0
This commit is contained in:
@@ -5,17 +5,17 @@
|
||||
}:
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "pfcpsim";
|
||||
version = "1.4.4";
|
||||
version = "1.5.0";
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "omec-project";
|
||||
repo = "pfcpsim";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-c66j610yiifHM9RMuzWyzLbflz0hqdgPWFCXYJEF3ww=";
|
||||
hash = "sha256-RhroRtnHweZxQCHUFNlCCekUUrLvtu5YpGB8bKAT5ic=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-Y2Ro+p2OJIlSvkf+nbGLv07F4UyV+0S+5FXyggYEZkE=";
|
||||
vendorHash = "sha256-Rb2MJbWqFbkTFLZs/oLPNFcmKDkXQt4IdPwnsdc4QXU=";
|
||||
|
||||
# Fuzzing cannot be performed without user plane function (upf)
|
||||
checkFlags = [ "-skip=^Fuzz$" ];
|
||||
|
||||
Reference in New Issue
Block a user