···4646# Those pieces of software we entirely ignore upstream's handling of, and just
4747# make sure they're in the path if desired.
4848let
4949- k3sVersion = "1.26.1+k3s1"; # k3s git tag
5050- k3sCommit = "f10af367c3c96863c081ada4018e94e085c9404d"; # k3s git commit at the above version
5151- k3sRepoSha256 = "13h20yb9gyrclhv2r0vv7fnsr73i06686rm6r0pcvy72hw26i848";
5252- k3sVendorSha256 = "sha256-WvkuXHG6NM9eScuu7qG3HDZbBPAJ6xVPz3RRuAxP994=";
4949+ k3sVersion = "1.26.2+k3s1"; # k3s git tag
5050+ k3sCommit = "ea094d1d497b26538b61b5cbc27c1a4a1f2f3f24"; # k3s git commit at the above version
5151+ k3sRepoSha256 = "13jrxr0imgkwl7bay4rrq9iv7ipak9hlmn82x9shr63hihlw7z9l";
5252+ k3sVendorSha256 = "sha256-4uIOjHStU/DZk6YBdfC0F4L9z+csekMTjENJKpMmgx0=";
53535454 # nix generated by update.sh
5555 # Based on the traefik charts here: https://github.com/k3s-io/k3s/blob/d71ab6317e22dd34673faa307a412a37a16767f6/scripts/download#L29-L32
···382382 # For updating.
383383 inherit test-firmware;
384384385385+ # For downstream consumers that need the fwupd-efi this was built with.
386386+ inherit fwupd-efi;
387387+385388 tests =
386389 let
387390 listToPy = list: "[${lib.concatMapStringsSep ", " (f: "'${f}'") list}]";
+6-10
pkgs/tools/filesystems/garage/default.nix
···27272828 OPENSSL_NO_VENDOR = true;
29293030- # See https://git.deuxfleurs.fr/Deuxfleurs/garage/src/tag/v0.7.2/default.nix#L84-L98
3030+ # See https://git.deuxfleurs.fr/Deuxfleurs/garage/src/tag/v0.8.2/nix/compile.nix#L192-L198
3131 # on version changes for checking if changes are required here
3232 buildFeatures = [
3333 "kubernetes-discovery"
···5757 "sqlite"
5858 ]);
59596060- # Workaround until upstream fixes integration test race condition
6161- # https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/528
6262- dontUseCargoParallelTests = true;
6363-6460 passthru = nixosTests.garage;
65616662 meta = {
···87838884 garage_0_7 = garage_0_7_3;
89859090- garage_0_8_1 = generic {
9191- version = "0.8.1";
9292- sha256 = "sha256-lpNp/jw4YaczG3NM3pVWR0cZ8u/KBQCWvvfAswO4+Do=";
9393- cargoSha256 = "sha256-TXHSAnttXfxoFLOP+vsd86O8sVoyrSkadij26cF4aXI=";
8686+ garage_0_8_2 = generic {
8787+ version = "0.8.2";
8888+ sha256 = "sha256-IlDWbNWI1yXvPPF3HIqQvo79M2FQCtoX1wRLJrDbd9k=";
8989+ cargoSha256 = "sha256-6l4tDBMcOvckTkEO05rman4hHlmVbBt1nCeX5/dETKk=";
9490 };
95919696- garage_0_8 = garage_0_8_1;
9292+ garage_0_8 = garage_0_8_2;
97939894 garage = garage_0_8;
9995 }