about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2023-10-10 18:16:24 +0200
committerYureka <yuka@yuka.dev>2023-10-18 19:20:03 +0200
commite6dea3982e59336b39ba4eb6fa7fcb0608997f03 (patch)
treeabb5202f1d5d7c4f9d73e32a16ebc1e7b9000f1f /pkgs/tools
parentf17821098d872067997380c34d20b4767951a2cf (diff)
garage_0_7: drop
This was EOL for a long time, 0.8 and 0.9 are out by now.
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/filesystems/garage/default.nix17
1 files changed, 2 insertions, 15 deletions
diff --git a/pkgs/tools/filesystems/garage/default.nix b/pkgs/tools/filesystems/garage/default.nix
index 4accc34b6242d..bc3ff85e336ad 100644
--- a/pkgs/tools/filesystems/garage/default.nix
+++ b/pkgs/tools/filesystems/garage/default.nix
@@ -31,8 +31,6 @@ let
     # on version changes for checking if changes are required here
     buildFeatures = [
       "kubernetes-discovery"
-    ] ++
-    (lib.optionals (lib.versionAtLeast version "0.8") [
       "bundled-libs"
       "sled"
       "metrics"
@@ -41,7 +39,7 @@ let
       "lmdb"
       "sqlite"
       "consul-discovery"
-    ]);
+    ];
 
     # To make integration tests pass, we include the optional k2v feature here,
     # but in buildFeatures only for version 0.8+, where it's enabled by default.
@@ -49,13 +47,11 @@ let
     checkFeatures = [
       "k2v"
       "kubernetes-discovery"
-    ] ++
-    (lib.optionals (lib.versionAtLeast version "0.8") [
       "bundled-libs"
       "sled"
       "lmdb"
       "sqlite"
-    ]);
+    ];
 
     passthru.tests = nixosTests.garage;
 
@@ -74,15 +70,6 @@ in
     # we have to keep all the numbers in the version to handle major/minor/patch level.
     # for <1.0.
 
-    garage_0_7_3 = generic {
-      version = "0.7.3";
-      sha256 = "sha256-WDhe2L+NalMoIy2rhfmv8KCNDMkcqBC9ezEKKocihJg=";
-      cargoSha256 = "sha256-5m4c8/upBYN8nuysDhGKEnNVJjEGC+yLrraicrAQOfI=";
-      eol = true; # Confirmed with upstream maintainers over Matrix.
-    };
-
-    garage_0_7 = garage_0_7_3;
-
     garage_0_8_4 = generic {
       version = "0.8.4";
       sha256 = "sha256-YgMw41ofM59h7OnHK1H8+Se5mZEdYypPIdkqbyX9qfs=";