Merge pull request #308605 from r-ryantm/auto-update/yor

yor: 0.1.192 -> 0.1.193

authored by Nick Cao and committed by GitHub 903ab0fa 9c479cf0

+2 -2
+2 -2
pkgs/applications/networking/cluster/yor/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "yor"; 8 - version = "0.1.192"; 8 + version = "0.1.193"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "bridgecrewio"; 12 12 repo = pname; 13 13 rev = version; 14 - hash = "sha256-J3hygbjpJ+etYcOHRKkuPPF2oquLWgWnps8chcU3uUU="; 14 + hash = "sha256-6IdCnuW49DVeOJKBD6AYxr2kbv7CmpFReja3PweDSmU="; 15 15 }; 16 16 17 17 vendorHash = "sha256-uT/jGD4hDVes4h+mlSIT2p+C9TjxnUWsmKv9haPjjLc=";