garage: 0.8.3 -> 0.8.4 (#253542)

This commit is contained in:
Adam Stephens 2023-09-06 03:31:32 -04:00 committed by GitHub
parent 39cec7b937
commit 6ab913850d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -83,13 +83,13 @@ in
garage_0_7 = garage_0_7_3;
garage_0_8_3 = generic {
version = "0.8.3";
sha256 = "sha256-NxkFj76L+LpCWzOWbnN3zdhw9Q16uzPibDs+C+voM/0=";
cargoSha256 = "sha256-hbBuUjdlw//s6d24dPBu3R/BTJvmOW1B7tSIXNxLXlU=";
garage_0_8_4 = generic {
version = "0.8.4";
sha256 = "sha256-YgMw41ofM59h7OnHK1H8+Se5mZEdYypPIdkqbyX9qfs=";
cargoSha256 = "sha256-dEtksOVqy5wAPoqCuXJj3c4TB6UbR8PTaB70fbL6iR8=";
};
garage_0_8 = garage_0_8_3;
garage_0_8 = garage_0_8_4;
garage = garage_0_8;
}

View File

@ -8416,7 +8416,7 @@ with pkgs;
})
garage
garage_0_7 garage_0_8
garage_0_7_3 garage_0_8_3;
garage_0_7_3 garage_0_8_4;
garmin-plugin = callPackage ../applications/misc/garmin-plugin { };