accentor: pin api to pre-rails 7.1 update
For some reason, the rails 7.1 update broke the setting of the content-length header, which doesn't play nice with clients.
This commit is contained in:
parent
4e9501c108
commit
7a2a146858
2 changed files with 5 additions and 4 deletions
7
flake.lock
generated
7
flake.lock
generated
|
@ -45,16 +45,17 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1699180783,
|
"lastModified": 1697317036,
|
||||||
"narHash": "sha256-UUPkAj8W43MWjjK+PXp5Z6G3PFemhwII2k/riexIj8Q=",
|
"narHash": "sha256-j3ty/2DopyQjMdeNNo+2yVhaAVrU8p2ctzZP3DZcfWo=",
|
||||||
"owner": "accentor",
|
"owner": "accentor",
|
||||||
"repo": "api",
|
"repo": "api",
|
||||||
"rev": "01f4655d35bcb8b195cedbdaf36a427fbbe30010",
|
"rev": "d36e3dc1d5ffa8baa20a5ad57109172d24926bef",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "accentor",
|
"owner": "accentor",
|
||||||
"repo": "api",
|
"repo": "api",
|
||||||
|
"rev": "d36e3dc1d5ffa8baa20a5ad57109172d24926bef",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
accentor-api = {
|
accentor-api = {
|
||||||
url = "github:accentor/api";
|
url = "github:accentor/api/d36e3dc1d5ffa8baa20a5ad57109172d24926bef";
|
||||||
inputs = {
|
inputs = {
|
||||||
devshell.follows = "devshell";
|
devshell.follows = "devshell";
|
||||||
flake-utils.follows = "flake-utils";
|
flake-utils.follows = "flake-utils";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue