deps: update io_tweag_rules_nixpkgs digest to 680f407

This commit is contained in:
renovate[bot] 2024-11-28 14:50:50 +00:00 committed by GitHub
parent 6dbb8ac56a
commit 3f58351923
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,10 +6,10 @@ def nixpkgs_deps():
http_archive(
name = "io_tweag_rules_nixpkgs",
sha256 = "1ce13c13a2f354fd37016d9fb333efeddcb308e89db9b3a8f45eafce57746f49",
strip_prefix = "rules_nixpkgs-668609f0b3627751651cb325166d0e95062be3f7",
strip_prefix = "rules_nixpkgs-680f407bd4e523ec74a507503ffb619666fb51c3",
urls = [
"https://cdn.confidential.cloud/constellation/cas/sha256/1ce13c13a2f354fd37016d9fb333efeddcb308e89db9b3a8f45eafce57746f49",
"https://github.com/tweag/rules_nixpkgs/archive/668609f0b3627751651cb325166d0e95062be3f7.tar.gz",
"https://github.com/tweag/rules_nixpkgs/archive/680f407bd4e523ec74a507503ffb619666fb51c3.tar.gz",
],
type = "tar.gz",
)