]> Untitled Git - lemmy.git/commitdiff
update flake version to 0.18.4
authorself <self@awful.systems>
Mon, 21 Aug 2023 14:54:28 +0000 (07:54 -0700)
committerself <self@awful.systems>
Mon, 21 Aug 2023 14:54:28 +0000 (07:54 -0700)
default.nix

index 06a1d68411090291aff260c5d9a92b5dfcafeb9f..62e8a9f1f3a5be48794453b94470c89606280385 100644 (file)
@@ -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 = ./.;