deps: update rules_nixpkgs

This commit is contained in:
Malte Poll 2024-05-10 11:31:16 +02:00
parent ccdc87ad74
commit 58238f5a0a

View File

@ -5,11 +5,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
def nixpkgs_deps(): def nixpkgs_deps():
http_archive( http_archive(
name = "io_tweag_rules_nixpkgs", name = "io_tweag_rules_nixpkgs",
sha256 = "d4a8c10121ec7494402a0ae8c1a896ced20d4bef4485b107e37f5331716c3626", sha256 = "2a555348d7f8593fca2bf3fc6ce53c5d62929de81b6c292e23f16c557c0ae45a",
strip_prefix = "rules_nixpkgs-244ae504d3f25534f6d3877ede4ee50e744a5234", strip_prefix = "rules_nixpkgs-0.11.1",
urls = [ urls = [
"https://cdn.confidential.cloud/constellation/cas/sha256/d4a8c10121ec7494402a0ae8c1a896ced20d4bef4485b107e37f5331716c3626", "https://cdn.confidential.cloud/constellation/cas/sha256/2a555348d7f8593fca2bf3fc6ce53c5d62929de81b6c292e23f16c557c0ae45a",
"https://github.com/tweag/rules_nixpkgs/archive/244ae504d3f25534f6d3877ede4ee50e744a5234.tar.gz", "https://github.com/tweag/rules_nixpkgs/releases/download/v0.11.1/rules_nixpkgs-0.11.1.tar.gz",
], ],
type = "tar.gz", type = "tar.gz",
) )