about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/garage
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2022-12-04 16:36:28 +0100
committerRaito Bezarius <masterancpp@gmail.com>2022-12-30 15:12:45 +0100
commite6597c8ac5dea22baa2151b1fc7cef861c89b875 (patch)
tree37595bc3841af730ba0708c51adbe7f2d7a7ea72 /pkgs/tools/filesystems/garage
parent1db2175e7ab291b64590076dcad16354bdf6a6e3 (diff)
downloadnixlib-e6597c8ac5dea22baa2151b1fc7cef861c89b875.tar
nixlib-e6597c8ac5dea22baa2151b1fc7cef861c89b875.tar.gz
nixlib-e6597c8ac5dea22baa2151b1fc7cef861c89b875.tar.bz2
nixlib-e6597c8ac5dea22baa2151b1fc7cef861c89b875.tar.lz
nixlib-e6597c8ac5dea22baa2151b1fc7cef861c89b875.tar.xz
nixlib-e6597c8ac5dea22baa2151b1fc7cef861c89b875.tar.zst
nixlib-e6597c8ac5dea22baa2151b1fc7cef861c89b875.zip
garage: mark 0.7.3 as EOL
Diffstat (limited to 'pkgs/tools/filesystems/garage')
-rw-r--r--pkgs/tools/filesystems/garage/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/garage/default.nix b/pkgs/tools/filesystems/garage/default.nix
index 63ac77057d4a..8b6efd7f112b 100644
--- a/pkgs/tools/filesystems/garage/default.nix
+++ b/pkgs/tools/filesystems/garage/default.nix
@@ -74,6 +74,7 @@ in
       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;