garage: 1.0.0 -> 1.0.1

Changelog: https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v1.0.1
(cherry picked from commit 061d9eb2d9)
This commit is contained in:
Florian Klink 2024-09-22 18:07:14 +03:00 committed by teutat3s
parent fc8411a98e
commit b796bf9d3f
No known key found for this signature in database
GPG Key ID: 18DAE600A6BBE705
2 changed files with 6 additions and 6 deletions

View File

@ -111,16 +111,16 @@ rec {
broken = stdenv.isDarwin;
};
garage_1_0_0 = generic {
version = "1.0.0";
sha256 = "sha256-5W5cXylFCrDup+HOOUVPWBJUSphOp8szgtpvRIv82b8=";
cargoSha256 = "sha256-tXO+Vk6bYpayNWi/y4sMtkn2EQ9wiwSAfn79Zbt28q0=";
garage_1_0_1 = generic {
version = "1.0.1";
sha256 = "sha256-f6N2asycN04I6U5XQ5LEAqYu/v5jYZiFCxZ8YQ32XyM=";
cargoHash = "sha256-jpc/vaygC5WNSkVA3P01mCRk9Nx/CUumE893tHWoe34=";
broken = stdenv.isDarwin;
};
garage_0_9 = garage_0_9_4;
garage_1_x = garage_1_0_0;
garage_1_x = garage_1_0_1;
garage = garage_1_x;
}

View File

@ -8195,7 +8195,7 @@ with pkgs;
garage
garage_0_8 garage_0_9
garage_0_8_7 garage_0_9_4
garage_1_0_0 garage_1_x;
garage_1_0_1 garage_1_x;
garmintools = callPackage ../development/libraries/garmintools { };