forked from DGNum/infrastructure
07622970ab
Add another reverted patch
41 lines
944 B
Nix
41 lines
944 B
Nix
{
|
|
"nixos-23.11" = [
|
|
# castopod: 1.6.4 -> 1.7.0 + ajout du support de loadcredentials
|
|
{
|
|
_type = "static";
|
|
path = ./castopod.patch;
|
|
}
|
|
|
|
# forgejo: 1.20.6-0 -> 1.20.6-1 [revert]
|
|
{
|
|
id = 274026;
|
|
revert = true;
|
|
hash = "sha256-wMPjRvpLQzMdnz5qO2VWiAVY0LroXUjiJ2temZbLKcM=";
|
|
}
|
|
|
|
# forgejo: 1.20.5-1 -> 1.20.6-0 [revert]
|
|
{
|
|
id = 270697;
|
|
revert = true;
|
|
hash = "sha256-yJ5IkhlwH0hUsupOeZtTkdvWbMMQK2JKpcIPlKQjkp8=";
|
|
}
|
|
|
|
# forgejo: 1.20.5-1 -> 1.21.1-0
|
|
{
|
|
id = 270195;
|
|
hash = "sha256-c65ENvvGVKrFUzx/rlWVPTsvWY8L4zPH3/lOMwvJyiA=";
|
|
}
|
|
|
|
# forgejo: 1.21.1-0 -> 1.21.2-0
|
|
{
|
|
id = 273035;
|
|
hash = "sha256-bxuXH6KZGdu1yIgyeAHP+K7xGgJ404jSE32saGHf9KM=";
|
|
}
|
|
|
|
# nixos/nextcloud: Rename autocreate (a no-op) to verify_bucket_exists
|
|
{
|
|
id = 275165;
|
|
hash = "sha256-XVq72jiLCDrZhADgyvI5y1y/5zlpX89vUBvxUolrYp8=";
|
|
}
|
|
];
|
|
}
|