ERROR
packetmix/npins/sources.json
ERROR
packetmix/npins/sources.json
Failed to calculate interdiff for this file.
ERROR
packetmix/systems/freshlybakedcake+personal/kanidm.nix
ERROR
packetmix/systems/freshlybakedcake+personal/kanidm.nix
Failed to calculate interdiff for this file.
ERROR
packetmix/systems/teal/kanidm.nix
ERROR
packetmix/systems/teal/kanidm.nix
Failed to calculate interdiff for this file.
NEW
packetmix/packages/headscale/default.nix
NEW
packetmix/packages/headscale/default.nix
···
10
10
package =
11
11
{
12
12
lib,
13
-
buildGo124Module,
13
+
buildGo125Module,
14
14
...
15
15
}:
16
16
let
17
-
vendorHash = "sha256-hIY6asY3rOIqf/5P6lFmnNCDWcqNPJaj+tqJuOvGJlo=";
17
+
vendorHash = "sha256-GUIzlPRsyEq1uSTzRNds9p1uVu4pTeH5PAxrJ5Njhis=";
18
18
commitHash = config.inputs.headscale.src.revision;
19
19
headscaleVersion = commitHash;
20
20
in
21
-
buildGo124Module {
21
+
buildGo125Module {
22
22
pname = "headscale";
23
23
version = headscaleVersion;
24
24
src = config.inputs.headscale.src;