From: self <self@awful.systems>
Date: Mon, 21 Aug 2023 14:54:28 +0000 (-0700)
Subject: update flake version to 0.18.4
X-Git-Url: http://these/git/%7B%60/feeds/%7B%60%24%7BwebArchiveUrl%7D/save/static/git-logo.png?a=commitdiff_plain;h=e71862f10ae92a176a64e2a373b440d07fff8a37;p=lemmy.git

update flake version to 0.18.4
---

diff --git a/default.nix b/default.nix
index 06a1d684..62e8a9f1 100644
--- a/default.nix
+++ b/default.nix
@@ -2,7 +2,7 @@
 , Security, protobuf, rustfmt, nixosTests, lemmy-translations }:
 
 rustPlatform.buildRustPackage rec {
-  version = "0.18.2";
+  version = "0.18.4";
   pname = "lemmy-server";
 
   src = ./.;