mail based rss feed aggregator
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

package updates stuff on nix: download sqlc from https://downloads.sqlc.dev/sqlc_1.30.0_linux_amd64.tar.gz and `tar -xf` it in `./build/.parrot` until v3 drops https://github.com/daniellionel01/parrot/issues/96

ollie 965dc7d6 a01404a5

+3 -3
+1 -1
gleam.toml
··· 21 21 lustre = ">= 5.6.0 and < 6.0.0" 22 22 gleam_erlang = ">= 1.3.0 and < 2.0.0" 23 23 logging = ">= 1.3.0 and < 2.0.0" 24 - parrot = ">= 2.2.1 and < 3.0.0" 24 + parrot = ">= 2.0.0 and < 3.0.0" 25 25 sqlight = ">= 1.0.3 and < 2.0.0" 26 26 youid = ">= 1.6.0 and < 2.0.0" 27 27 gleam_otp = ">= 1.2.0 and < 2.0.0"
+2 -2
manifest.toml
··· 10 10 { name = "exception", version = "2.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "exception", source = "hex", outer_checksum = "329D269D5C2A314F7364BD2711372B6F2C58FA6F39981572E5CA68624D291F8C" }, 11 11 { name = "filepath", version = "1.1.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "filepath", source = "hex", outer_checksum = "B06A9AF0BF10E51401D64B98E4B627F1D2E48C154967DA7AF4D0914780A6D40A" }, 12 12 { name = "formal", version = "3.0.1", build_tools = ["gleam"], requirements = ["gleam_stdlib", "gleam_time"], otp_app = "formal", source = "hex", outer_checksum = "8FBEB42758F90ACAA82A8B6B8FE11B4A3B2A2B290E97B4DDD4B7DCE98DEB885C" }, 13 - { name = "gcourier", version = "2.0.0", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_stdlib", "gleam_time", "youid"], source = "git", repo = "https://github.com/nnuuvv/gcourier.git", commit = "945277542533752d15ddb8f2795eb615581058ff" }, 13 + { name = "gcourier", version = "2.0.0", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_stdlib", "gleam_time", "youid"], source = "git", repo = "https://github.com/nnuuvv/gcourier.git", commit = "1beb7245e8be9869fcceb6f5a727b7e1103a3eef" }, 14 14 { name = "glaze_oat", version = "3.0.0", build_tools = ["gleam"], requirements = ["gleam_json", "gleam_stdlib", "lustre"], otp_app = "glaze_oat", source = "hex", outer_checksum = "B1373CA720EBB9D7FBDA4D2E28CAAD2B1928F6845313570AE72CA1D93B069706" }, 15 15 { name = "gleam_crypto", version = "1.6.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_crypto", source = "hex", outer_checksum = "2DE9E4EF53CF6FEE049D4F765731F7178F7A11AEFAE00EEE63BF7536B354AD3F" }, 16 16 { name = "gleam_erlang", version = "1.3.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_erlang", source = "hex", outer_checksum = "1124AD3AA21143E5AF0FC5CF3D9529F6DB8CA03E43A55711B60B6B7B3874375C" }, ··· 59 59 logging = { version = ">= 1.3.0 and < 2.0.0" } 60 60 lustre = { version = ">= 5.6.0 and < 6.0.0" } 61 61 lustre_portal = { version = ">= 1.0.1 and < 2.0.0" } 62 - parrot = { version = ">= 2.2.1 and < 3.0.0" } 62 + parrot = { version = ">= 2.0.0 and < 3.0.0" } 63 63 parsed_it = { version = ">= 0.1.1 and < 1.0.0" } 64 64 simplifile = { version = ">= 2.4.0 and < 3.0.0" } 65 65 sqlight = { version = ">= 1.0.3 and < 2.0.0" }