flake: bump inputs (#831)

This commit is contained in:
Gerg-L 2025-04-14 04:06:24 +00:00 committed by GitHub
commit 78efcd173c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View file

@ -98,7 +98,9 @@ builtins.mapAttrs
Channel = getZip;
Tarball = getUrl;
}
.${spec.type}
.${
spec.type
}
or (builtins.throw "Unknown source type ${spec.type}");
in
spec // {outPath = mayOverride (func spec);}