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 6 buildGoModule rec { 7 pname = "yor"; 8 - version = "0.1.192"; 9 10 src = fetchFromGitHub { 11 owner = "bridgecrewio"; 12 repo = pname; 13 rev = version; 14 - hash = "sha256-J3hygbjpJ+etYcOHRKkuPPF2oquLWgWnps8chcU3uUU="; 15 }; 16 17 vendorHash = "sha256-uT/jGD4hDVes4h+mlSIT2p+C9TjxnUWsmKv9haPjjLc=";
··· 5 6 buildGoModule rec { 7 pname = "yor"; 8 + version = "0.1.193"; 9 10 src = fetchFromGitHub { 11 owner = "bridgecrewio"; 12 repo = pname; 13 rev = version; 14 + hash = "sha256-6IdCnuW49DVeOJKBD6AYxr2kbv7CmpFReja3PweDSmU="; 15 }; 16 17 vendorHash = "sha256-uT/jGD4hDVes4h+mlSIT2p+C9TjxnUWsmKv9haPjjLc=";