mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
garage: 0.9.1 -> 0.9.2
https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v0.9.2 Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
19bfc60e9f
commit
b041481ef3
@ -70,6 +70,11 @@ let
|
||||
"sqlite"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# Upstream told us this test is flakey.
|
||||
"k2v::poll::test_poll_item"
|
||||
];
|
||||
|
||||
passthru.tests = nixosTests.garage;
|
||||
|
||||
meta = {
|
||||
@ -98,13 +103,13 @@ rec {
|
||||
|
||||
garage_0_8 = garage_0_8_6;
|
||||
|
||||
garage_0_9_1 = generic {
|
||||
version = "0.9.1";
|
||||
sha256 = "sha256-AXLaifVmZU4j5D/wKn/0TzhjHZBzZW1+tMyhsAo2eBU=";
|
||||
cargoSha256 = "sha256-4/+OsM73TroBB1TGqare2xASO5KhqVyNkkss0Y0JZXg=";
|
||||
garage_0_9_2 = generic {
|
||||
version = "0.9.2";
|
||||
sha256 = "sha256-6a400/wOZunVH+LAByd6BEA0gs56Rxyh+gvM4hUO4Y8=";
|
||||
cargoSha256 = "sha256-1p6bB2gMOCHDdILEwgoJ1EqvgGhLPcThNkwaz6NMZhQ=";
|
||||
};
|
||||
|
||||
garage_0_9 = garage_0_9_1;
|
||||
garage_0_9 = garage_0_9_2;
|
||||
|
||||
garage = garage_0_9;
|
||||
}
|
||||
|
@ -8405,7 +8405,7 @@ with pkgs;
|
||||
})
|
||||
garage
|
||||
garage_0_8 garage_0_9
|
||||
garage_0_8_6 garage_0_9_1;
|
||||
garage_0_8_6 garage_0_9_2;
|
||||
|
||||
garmintools = callPackage ../development/libraries/garmintools { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user