Kotlin: remove unneeded patch

This commit is contained in:
Paolo Tranquilli
2024-06-04 14:39:02 +02:00
parent e7cec01a81
commit e693c2719d
2 changed files with 0 additions and 13 deletions

View File

@@ -1,12 +0,0 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,7 +1,7 @@
module(
name = "rules_kotlin",
- version = "1.9.0",
+ version = "1.9.4-patched",
repo_name = "rules_kotlin",
)
bazel_dep(name = "platforms", version = "0.0.6")

View File

@@ -2,7 +2,6 @@
"integrity": "sha256-dsD8wsI+33NjIK3tGs2d3guuQY5XMd8Skz2IbLqGt5U=",
"url": "https://github.com/bazelbuild/rules_kotlin/releases/download/v1.9.4/rules_kotlin-v1.9.4.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-0GnFHOv9wuuv3jFcHBSXrdo7JMFP7y66O5C4rccy5wg=",
"codeql_do_not_emit_jdeps.patch": "sha256-x/HsujFlR1FGrgmbAbRZag9V4vKZZinBcs73tgRS478=",
"codeql_add_language_version_option.patch": "sha256-qFpP/hIvqGzjJi0h8LAQK0UuWqwlj/oCecZYGqlMVP8="
},