Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

garage: 0.8.1 -> 0.8.2

https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v0.8.2

Remove workaround for failing tests, upstream fixed them in
https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/526

teutat3s 12ebd64d 35e37ef5

+7 -11
+6 -10
pkgs/tools/filesystems/garage/default.nix
··· 27 28 OPENSSL_NO_VENDOR = true; 29 30 - # 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 ]); 59 60 - # 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; 65 66 meta = { ··· 87 88 garage_0_7 = garage_0_7_3; 89 90 - garage_0_8_1 = generic { 91 - version = "0.8.1"; 92 - sha256 = "sha256-lpNp/jw4YaczG3NM3pVWR0cZ8u/KBQCWvvfAswO4+Do="; 93 - cargoSha256 = "sha256-TXHSAnttXfxoFLOP+vsd86O8sVoyrSkadij26cF4aXI="; 94 }; 95 96 - garage_0_8 = garage_0_8_1; 97 98 garage = garage_0_8; 99 }
··· 27 28 OPENSSL_NO_VENDOR = true; 29 30 + # 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 ]); 59 60 passthru = nixosTests.garage; 61 62 meta = { ··· 83 84 garage_0_7 = garage_0_7_3; 85 86 + garage_0_8_2 = generic { 87 + version = "0.8.2"; 88 + sha256 = "sha256-IlDWbNWI1yXvPPF3HIqQvo79M2FQCtoX1wRLJrDbd9k="; 89 + cargoSha256 = "sha256-6l4tDBMcOvckTkEO05rman4hHlmVbBt1nCeX5/dETKk="; 90 }; 91 92 + garage_0_8 = garage_0_8_2; 93 94 garage = garage_0_8; 95 }
+1 -1
pkgs/top-level/all-packages.nix
··· 7663 }) 7664 garage 7665 garage_0_7 garage_0_8 7666 - garage_0_7_3 garage_0_8_1; 7667 7668 garmin-plugin = callPackage ../applications/misc/garmin-plugin { }; 7669
··· 7663 }) 7664 garage 7665 garage_0_7 garage_0_8 7666 + garage_0_7_3 garage_0_8_2; 7667 7668 garmin-plugin = callPackage ../applications/misc/garmin-plugin { }; 7669