admin-fe: 2022-09-10 -> 2023-02-11

This commit is contained in:
Mikael Voss 2023-02-12 22:57:25 +01:00
parent 507c66f5b1
commit 7cccc07ab2
No known key found for this signature in database
GPG Key ID: D991B1833C467B03

View File

@ -7,14 +7,14 @@
stdenv.mkDerivation rec {
pname = "admin-fe";
version = "unstable-2022-09-10";
version = "unstable-2023-02-11";
src = fetchFromGitea {
domain = "akkoma.dev";
owner = "AkkomaGang";
repo = "admin-fe";
rev = "e094e12c3ecb540df839fdf20c5a03d10454fcad";
hash = "sha256-dqkW8p4x+5z1Hd8gp8V4+DsLm8EspVwPXDxtvlp1AIk=";
rev = "130c17808bc50269f8444612f4ab378a08cd5e43";
hash = "sha256-+ZU8J4rOyRMSZP+CUyLeOhRI2fKiw2s31coTYAoReWM=";
};
patches = [ ./deps.patch ];