Skip to content

Commit 94f6892

Browse files
authored
Update README.md
1 parent 285af1c commit 94f6892

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ EOF
4444
```python
4545
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
4646

47-
rules_gitops_version = "9f1dd49ffd069248e4a69e7d00238a65a98088ee"
47+
rules_gitops_version = "285af1cbb553d086a9566fa614dacc0705e57693"
4848

4949
http_archive(
5050
name = "com_adobe_rules_gitops",
51-
sha256 = "a7594cbf7b648a6b64c2ec9465453e3a432a4f85618b9400a0d9f82c53bde90a",
51+
sha256 = "dbda897688d35ab2068ffcf59bcff2713cc171ee2b1ab8ca571bb251e689f20e",
5252
strip_prefix = "rules_gitops-%s" % rules_gitops_version,
5353
urls = ["https://github.com/adobe/rules_gitops/archive/%s.zip" % rules_gitops_version],
5454
)

0 commit comments

Comments
 (0)