yor: 0.1.190 -> 0.1.191

This commit is contained in:
R. Ryantm 2024-03-12 05:29:13 +00:00
parent 52544c4a0a
commit ac39a3f2f5

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "yor";
version = "0.1.190";
version = "0.1.191";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-1CofTfH7PffncLsa8Ho/fY+R6oaefUld3x84oeD5Bbo=";
hash = "sha256-gqtvaAt2iIkKXHO7X2hiTqAdao7t6fZhl11089D2wdM=";
};
vendorHash = "sha256-iUBajZv9BHQm0kHJGK/9FYp7nGSr7p6tlPKxugZ3BjQ=";
vendorHash = "sha256-uT/jGD4hDVes4h+mlSIT2p+C9TjxnUWsmKv9haPjjLc=";
doCheck = false;