garage_0_9: init at 0.9.0

https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v0.9.0
This commit is contained in:
Raito Bezarius 2023-10-10 18:17:12 +02:00 committed by Yureka
parent e6dea3982e
commit be85addb7f
3 changed files with 11 additions and 2 deletions

View File

@ -50,4 +50,5 @@ in
{}
[
"0_8"
"0_9"
]

View File

@ -78,5 +78,13 @@ in
garage_0_8 = garage_0_8_4;
garage_0_9_0 = generic {
version = "0.9.0";
sha256 = "sha256-Bw7ohMAfnbkhl43k8KxYu2OJd5689PqDS0vAcgU09W8=";
cargoSha256 = "sha256-JqCt/8p24suQMRzEyTE2OkbzZCGUDLuGq32kCq3eZ7o=";
};
garage_0_9 = garage_0_9_0;
garage = garage_0_8;
}

View File

@ -8456,8 +8456,8 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security;
})
garage
garage_0_8
garage_0_8_4;
garage_0_8 garage_0_9
garage_0_8_4 garage_0_9_0;
garmin-plugin = callPackage ../applications/misc/garmin-plugin { };