From 3ea8a895e7c541e420abec95403cc2bb4e837106 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 13:22:22 +0000 Subject: [PATCH] Update dependency io_tweag_rules_nixpkgs to v0.13.0 --- WORKSPACE | 6 +++--- example/WORKSPACE | 6 +++--- tests/alternative-deps/WORKSPACE | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index c2c3d14..7d7cd26 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -31,9 +31,9 @@ rules_proto_toolchains() http_archive( name = "io_tweag_rules_nixpkgs", - sha256 = "1adb04dc0416915fef427757f4272c4f7dacefeceeefc50f683aec7f7e9b787a", - strip_prefix = "rules_nixpkgs-0.12.0", - urls = ["https://github.com/tweag/rules_nixpkgs/releases/download/v0.12.0/rules_nixpkgs-0.12.0.tar.gz"], + sha256 = "30271f7bd380e4e20e4d7132c324946c4fdbc31ebe0bbb6638a0f61a37e74397", + strip_prefix = "rules_nixpkgs-0.13.0", + urls = ["https://github.com/tweag/rules_nixpkgs/releases/download/v0.13.0/rules_nixpkgs-0.13.0.tar.gz"], ) load( diff --git a/example/WORKSPACE b/example/WORKSPACE index 69d6080..58e4e08 100644 --- a/example/WORKSPACE +++ b/example/WORKSPACE @@ -26,9 +26,9 @@ http_archive( http_archive( name = "io_tweag_rules_nixpkgs", - sha256 = "1adb04dc0416915fef427757f4272c4f7dacefeceeefc50f683aec7f7e9b787a", - strip_prefix = "rules_nixpkgs-0.12.0", - urls = ["https://github.com/tweag/rules_nixpkgs/releases/download/v0.12.0/rules_nixpkgs-0.12.0.tar.gz"], + sha256 = "30271f7bd380e4e20e4d7132c324946c4fdbc31ebe0bbb6638a0f61a37e74397", + strip_prefix = "rules_nixpkgs-0.13.0", + urls = ["https://github.com/tweag/rules_nixpkgs/releases/download/v0.13.0/rules_nixpkgs-0.13.0.tar.gz"], ) load("@io_tweag_rules_nixpkgs//nixpkgs:repositories.bzl", "rules_nixpkgs_dependencies") diff --git a/tests/alternative-deps/WORKSPACE b/tests/alternative-deps/WORKSPACE index 8857d92..1551b9a 100644 --- a/tests/alternative-deps/WORKSPACE +++ b/tests/alternative-deps/WORKSPACE @@ -26,9 +26,9 @@ http_archive( http_archive( name = "io_tweag_rules_nixpkgs", - sha256 = "1adb04dc0416915fef427757f4272c4f7dacefeceeefc50f683aec7f7e9b787a", - strip_prefix = "rules_nixpkgs-0.12.0", - urls = ["https://github.com/tweag/rules_nixpkgs/releases/download/v0.12.0/rules_nixpkgs-0.12.0.tar.gz"], + sha256 = "30271f7bd380e4e20e4d7132c324946c4fdbc31ebe0bbb6638a0f61a37e74397", + strip_prefix = "rules_nixpkgs-0.13.0", + urls = ["https://github.com/tweag/rules_nixpkgs/releases/download/v0.13.0/rules_nixpkgs-0.13.0.tar.gz"], ) load("@io_tweag_rules_nixpkgs//nixpkgs:repositories.bzl", "rules_nixpkgs_dependencies")