Skip to content

Commit fcd1520

Browse files
authored
Merge pull request #288776 from r-ryantm/auto-update/yor
yor: 0.1.188 -> 0.1.189
2 parents 554f9af + d0aaa22 commit fcd1520

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/applications/networking/cluster/yor/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55

66
buildGoModule rec {
77
pname = "yor";
8-
version = "0.1.188";
8+
version = "0.1.189";
99

1010
src = fetchFromGitHub {
1111
owner = "bridgecrewio";
1212
repo = pname;
1313
rev = version;
14-
hash = "sha256-8bQUZFV5euXki7jz3tZmhJ/vSFnJusYyejfw0s+N6rk=";
14+
hash = "sha256-9xZVim5fMKDaeATSpgEGV5ukLv+aw7A99825iBIvvb0=";
1515
};
1616

17-
vendorHash = "sha256-VYzMdYwWe2TTIV28kORX6pImSE04aFISDCjlQvqiIp8=";
17+
vendorHash = "sha256-RNtWPAAOCGs0aCR0PWnOP4GxaXTXA3uLI3aGLuMNGYI=";
1818

1919
doCheck = false;
2020

0 commit comments

Comments
 (0)