about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMikael Voss <mvs@nyantec.com>2023-04-19 11:45:28 +0200
committerMikael Voss <mvs@nyantec.com>2023-04-19 11:45:28 +0200
commit8fda60ec96e98bc5ece340bea70acd1fcfb96b83 (patch)
treeac18e061fc812e0ecad2f263c413db93dabea85a
parentb97176d4032db69c3e569295b1536930dc55a882 (diff)
akkoma-fe: 2023-03-11 -> 2023-04-14
-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 9b6dbdce521c5..b4a91a36b5d52 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-03-11";
+  version = "unstable-2023-04-14";
 
   src = fetchFromGitea {
     domain = "akkoma.dev";
     owner = "AkkomaGang";
     repo = "akkoma-fe";
-    rev = "85abc622136c2f346f7855824290f6093afe2794";
-    hash = "sha256-EBspufZ92/mLzjdK2R5lpOyrnFataeY/2NabIU0T3Lc=";
+    rev = "9aa64d82c964265133be97b08b0cdf0e75680419";
+    hash = "sha256-WwjpYD8U+JvygPMo8VcQDdsjek3iKbpT18rXSVMPDG8=";
   };
 
   offlineCache = fetchYarnDeps {