garage_0_8: 0.8.4 -> 0.8.5

https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v0.8.5
This commit is contained in:
Adam Stephens
2024-01-17 17:23:22 +01:00
committed by Raito Bezarius
parent b19d5067d0
commit 21727dbda0
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -82,13 +82,13 @@ rec {
# we have to keep all the numbers in the version to handle major/minor/patch level.
# for <1.0.
garage_0_8_4 = generic {
version = "0.8.4";
sha256 = "sha256-YgMw41ofM59h7OnHK1H8+Se5mZEdYypPIdkqbyX9qfs=";
cargoSha256 = "sha256-dEtksOVqy5wAPoqCuXJj3c4TB6UbR8PTaB70fbL6iR8=";
garage_0_8_5 = generic {
version = "0.8.5";
sha256 = "sha256-YRxkjETSmI1dcHP9qTPLcOMqXx9B2uplVR3bBjJWn3I=";
cargoSha256 = "sha256-VOcymlvqqQRdT1MFzRcMuD+Xo3fc3XTuRA12tW7ZjdI=";
};
garage_0_8 = garage_0_8_4;
garage_0_8 = garage_0_8_5;
garage_0_9_0 = (generic {
version = "0.9.0";
+1 -1
View File
@@ -8474,7 +8474,7 @@ with pkgs;
})
garage
garage_0_8 garage_0_9
garage_0_8_4 garage_0_9_0;
garage_0_8_5 garage_0_9_0;
garmintools = callPackage ../development/libraries/garmintools { };