flake: bump inputs (#831)

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

6
flake.lock generated
View file

@ -38,11 +38,11 @@
}, },
"mnw": { "mnw": {
"locked": { "locked": {
"lastModified": 1744497692, "lastModified": 1744592022,
"narHash": "sha256-ikWRNR/P/aKCCySZnUfF1W0u0t6rSoJgQgKeDdCBAK8=", "narHash": "sha256-QuWrCRiF3CUM99sgj3gXbIzB1IAVWS5IEfFHadbMA2g=",
"owner": "Gerg-L", "owner": "Gerg-L",
"repo": "mnw", "repo": "mnw",
"rev": "c5322a2bf74c0066fd15ca35721561397a2e7eab", "rev": "cf9e19413b6c2d995b55565cd99facf9c751b653",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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