feat(forgejo): Upgrade to 1.21.2-0
This commit is contained in:
parent
2ebb579a90
commit
ea1087cedf
1 changed files with 24 additions and 1 deletions
|
@ -1,11 +1,34 @@
|
||||||
{
|
{
|
||||||
"nixos-23.11" = [
|
"nixos-23.11" = [
|
||||||
{ id = 241542; revert = true; hash = "sha256-uiRokmJewTLURuQkPWRfb3jgxjaDwfkXntj8PWk6pi8="; }
|
{
|
||||||
|
id = 241542;
|
||||||
|
revert = true;
|
||||||
|
hash = "sha256-uiRokmJewTLURuQkPWRfb3jgxjaDwfkXntj8PWk6pi8=";
|
||||||
|
}
|
||||||
|
|
||||||
# castopod: 1.6.4 -> 1.7.0 + ajout du support de loadcredentials
|
# castopod: 1.6.4 -> 1.7.0 + ajout du support de loadcredentials
|
||||||
{
|
{
|
||||||
_type = "static";
|
_type = "static";
|
||||||
path = ./castopod.patch;
|
path = ./castopod.patch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# 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=";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue