···46# Those pieces of software we entirely ignore upstream's handling of, and just
47# make sure they're in the path if desired.
48let
49- k3sVersion = "1.26.1+k3s1"; # k3s git tag
50- k3sCommit = "f10af367c3c96863c081ada4018e94e085c9404d"; # k3s git commit at the above version
51- k3sRepoSha256 = "13h20yb9gyrclhv2r0vv7fnsr73i06686rm6r0pcvy72hw26i848";
52- k3sVendorSha256 = "sha256-WvkuXHG6NM9eScuu7qG3HDZbBPAJ6xVPz3RRuAxP994=";
5354 # nix generated by update.sh
55 # Based on the traefik charts here: https://github.com/k3s-io/k3s/blob/d71ab6317e22dd34673faa307a412a37a16767f6/scripts/download#L29-L32
···46# Those pieces of software we entirely ignore upstream's handling of, and just
47# make sure they're in the path if desired.
48let
49+ k3sVersion = "1.26.2+k3s1"; # k3s git tag
50+ k3sCommit = "ea094d1d497b26538b61b5cbc27c1a4a1f2f3f24"; # k3s git commit at the above version
51+ k3sRepoSha256 = "13jrxr0imgkwl7bay4rrq9iv7ipak9hlmn82x9shr63hihlw7z9l";
52+ k3sVendorSha256 = "sha256-4uIOjHStU/DZk6YBdfC0F4L9z+csekMTjENJKpMmgx0=";
5354 # nix generated by update.sh
55 # Based on the traefik charts here: https://github.com/k3s-io/k3s/blob/d71ab6317e22dd34673faa307a412a37a16767f6/scripts/download#L29-L32
···382 # For updating.
383 inherit test-firmware;
384385+ # For downstream consumers that need the fwupd-efi this was built with.
386+ inherit fwupd-efi;
387+388 tests =
389 let
390 listToPy = list: "[${lib.concatMapStringsSep ", " (f: "'${f}'") list}]";
+6-10
pkgs/tools/filesystems/garage/default.nix
···2728 OPENSSL_NO_VENDOR = true;
2930- # See https://git.deuxfleurs.fr/Deuxfleurs/garage/src/tag/v0.7.2/default.nix#L84-L98
31 # on version changes for checking if changes are required here
32 buildFeatures = [
33 "kubernetes-discovery"
···57 "sqlite"
58 ]);
5960- # Workaround until upstream fixes integration test race condition
61- # https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/528
62- dontUseCargoParallelTests = true;
63-64 passthru = nixosTests.garage;
6566 meta = {
···8788 garage_0_7 = garage_0_7_3;
8990- garage_0_8_1 = generic {
91- version = "0.8.1";
92- sha256 = "sha256-lpNp/jw4YaczG3NM3pVWR0cZ8u/KBQCWvvfAswO4+Do=";
93- cargoSha256 = "sha256-TXHSAnttXfxoFLOP+vsd86O8sVoyrSkadij26cF4aXI=";
94 };
9596- garage_0_8 = garage_0_8_1;
9798 garage = garage_0_8;
99 }
···2728 OPENSSL_NO_VENDOR = true;
2930+ # See https://git.deuxfleurs.fr/Deuxfleurs/garage/src/tag/v0.8.2/nix/compile.nix#L192-L198
31 # on version changes for checking if changes are required here
32 buildFeatures = [
33 "kubernetes-discovery"
···57 "sqlite"
58 ]);
59000060 passthru = nixosTests.garage;
6162 meta = {
···8384 garage_0_7 = garage_0_7_3;
8586+ garage_0_8_2 = generic {
87+ version = "0.8.2";
88+ sha256 = "sha256-IlDWbNWI1yXvPPF3HIqQvo79M2FQCtoX1wRLJrDbd9k=";
89+ cargoSha256 = "sha256-6l4tDBMcOvckTkEO05rman4hHlmVbBt1nCeX5/dETKk=";
90 };
9192+ garage_0_8 = garage_0_8_2;
9394 garage = garage_0_8;
95 }