about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMikael Voss <mvs@nyantec.com>2023-03-22 11:15:47 +0100
committerMikael Voss <mvs@nyantec.com>2023-04-11 11:57:53 +0200
commit3f20a4e9b1f4caded6e3e32b7749569ff7adfbaa (patch)
treeb4fb501b93d617d90f9bb0002c798fe0db10f48e
parenta70485b3bcc7c4b937fed3d36d850312b37b854d (diff)
akkoma-fe: 2023-02-11 -> 2023-03-11
-rw-r--r--pkgs/servers/akkoma/akkoma-fe/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/akkoma/akkoma-fe/default.nix b/pkgs/servers/akkoma/akkoma-fe/default.nix
index a1f2c43d79ee3..9b6dbdce521c5 100644
--- a/pkgs/servers/akkoma/akkoma-fe/default.nix
+++ b/pkgs/servers/akkoma/akkoma-fe/default.nix
@@ -7,14 +7,14 @@
 
 stdenv.mkDerivation rec {
   pname = "akkoma-fe";
-  version = "unstable-2023-02-11";
+  version = "unstable-2023-03-11";
 
   src = fetchFromGitea {
     domain = "akkoma.dev";
     owner = "AkkomaGang";
     repo = "akkoma-fe";
-    rev = "8569b5946eebdb4e7c91252e1dcf88795c8e2538";
-    hash = "sha256-fIkfKAFrcCioma3Hb0c20rfSWXevwWeJbyJm+dUSNlQ=";
+    rev = "85abc622136c2f346f7855824290f6093afe2794";
+    hash = "sha256-EBspufZ92/mLzjdK2R5lpOyrnFataeY/2NabIU0T3Lc=";
   };
 
   offlineCache = fetchYarnDeps {