akkoma: 3.13.1 -> 3.13.2

This commit is contained in:
tcmal 2024-05-22 22:48:43 +01:00
parent fe94f50c75
commit 05a94bb1ad

View File

@ -11,14 +11,14 @@
}:
beamPackages.mixRelease rec {
pname = "akkoma";
version = "3.13.1";
version = "3.13.2";
src = fetchFromGitea {
domain = "akkoma.dev";
owner = "AkkomaGang";
repo = "akkoma";
rev = "v${version}";
hash = "sha256-KRU7uEiwBimPz0HA+SClYt9/ubKNaRCArTGSiWvvVg8=";
hash = "sha256-WZAkpJIPzAbqXawNiM3JqE9tJzxrNs/2dGAWVMwLpN4=";
};
postPatch = ''