garage_0_8: 0.8.6 -> 0.8.7

Changelog: https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v0.8.7
This commit is contained in:
Adam Stephens 2024-03-04 11:35:25 -05:00
parent 5c468df478
commit b125d698ed
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -94,14 +94,14 @@ rec {
# we have to keep all the numbers in the version to handle major/minor/patch level.
# for <1.0.
garage_0_8_6 = generic {
version = "0.8.6";
sha256 = "sha256-N0AOcwpuBHwTZtHcz6a2d9GOimHevhohEOzVkIt0RDE=";
cargoSha256 = "sha256-e72FQKL77CZOi/pa+hE7PCyc1+HSJgEsKGgWlfVw51k=";
garage_0_8_7 = generic {
version = "0.8.7";
sha256 = "sha256-2QGbR6YvMQeMxN3n1MMJ5qfBcEJ5hjXARUOfEn+m4Jc=";
cargoSha256 = "sha256-Q0QyBNPEDrlhgIHD4q7Qb1Pu3xBvzlLOSW7LSWWdoIo=";
broken = stdenv.isDarwin;
};
garage_0_8 = garage_0_8_6;
garage_0_8 = garage_0_8_7;
garage_0_9_3 = generic {
version = "0.9.3";

View file

@ -8403,7 +8403,7 @@ with pkgs;
})
garage
garage_0_8 garage_0_9
garage_0_8_6 garage_0_9_3;
garage_0_8_7 garage_0_9_3;
garmintools = callPackage ../development/libraries/garmintools { };