Your one-stop-cake-shop for everything Freshly Baked has to offer

chore: update headscale #207

open opened by a.starrysky.fyi targeting main from private/minion/push-oosxqswmunxk

We're having a few ACL issues - supposedly these might be fixed in the next version of headscale... let's check!

Labels

None yet.

requested-reviewers

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:uuyqs6y3pwtbteet4swt5i5y/sh.tangled.repo.pull/3mfgvkgv4sg22
+10 -7
Diff #0
+8 -5
npins/sources.json
··· 310 310 "hash": "sha256-PnQdWvPZqHp+7yaHWDFX3NYSKaOy0fjkwpR+rIQC7AY=" 311 311 }, 312 312 "headscale": { 313 - "type": "Git", 313 + "type": "GitRelease", 314 314 "repository": { 315 315 "type": "GitHub", 316 316 "owner": "juanfont", 317 317 "repo": "headscale" 318 318 }, 319 - "branch": "main", 319 + "pre_releases": false, 320 + "version_upper_bound": null, 321 + "release_prefix": null, 320 322 "submodules": false, 321 - "revision": "2e180d2587c56d0bc3e03daf1aa6807ff2587431", 322 - "url": "https://github.com/juanfont/headscale/archive/2e180d2587c56d0bc3e03daf1aa6807ff2587431.tar.gz", 323 - "hash": "sha256-TcCRVD+2fC85jQjfGgZv2ZyOSMQN4EFVEUG5vFw7I10=" 323 + "version": "v0.28.0", 324 + "revision": "97fa117c48a58bee3941e5e8b4393873501afe14", 325 + "url": "https://api.github.com/repos/juanfont/headscale/tarball/refs/tags/v0.28.0", 326 + "hash": "sha256-gR5kOFv4/+87mOhMYjejBMhZlrwYhABZpG0zjIL5vtI=" 324 327 }, 325 328 "home-manager": { 326 329 "type": "Git",
+1 -1
packetmix/packages/headscale/default.nix
··· 14 14 ... 15 15 }: 16 16 let 17 - vendorHash = "sha256-VOi4PGZ8I+2MiwtzxpKc/4smsL5KcH/pHVkjJfAFPJ0="; 17 + vendorHash = "sha256-jkeB9XUTEGt58fPOMpE4/e3+JQoMQTgf0RlthVBmfG0="; 18 18 commitHash = config.inputs.headscale.src.revision; 19 19 headscaleVersion = commitHash; 20 20 in
+1 -1
packetmix/systems/teal/headscale.nix
··· 89 89 { 90 90 disabledModules = [ "services/networking/headscale.nix" ]; 91 91 imports = [ 92 - "${project.inputs.nixos-unstable.src}/nixos/modules/services/networking/headscale.nix" 92 + project.inputs.headscale.result.nixosModules.headscale 93 93 ]; 94 94 95 95 # Headscale service

History

1 round 0 comments
sign up or login to add to the discussion
a.starrysky.fyi submitted #0
1 commit
expand
chore: update headscale
no conflicts, ready to merge
expand 0 comments