summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/filesystems/garage
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2023-10-10 18:17:12 +0200
committerYureka <yuka@yuka.dev>2023-10-18 19:20:03 +0200
commitbe85addb7fda7fc2a1b1a51f1d285a90f8000c5b (patch)
treee38a2e97bbba561fad7ed682ef2aaefd2c255f64 /pkgs/tools/filesystems/garage
parente6dea3982e59336b39ba4eb6fa7fcb0608997f03 (diff)
garage_0_9: init at 0.9.0
https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v0.9.0
Diffstat (limited to 'pkgs/tools/filesystems/garage')
-rw-r--r--pkgs/tools/filesystems/garage/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/garage/default.nix b/pkgs/tools/filesystems/garage/default.nix
index bc3ff85e336a..cadb64a32158 100644
--- a/pkgs/tools/filesystems/garage/default.nix
+++ b/pkgs/tools/filesystems/garage/default.nix
@@ -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;
}