diff options
author | stuebinm | 2025-04-01 00:24:03 +0200 |
---|---|---|
committer | stuebinm | 2025-04-01 00:24:03 +0200 |
commit | 929591cebfc40647a3a185c01f36439cf972116e (patch) | |
tree | df4c3a6a1ef3cb5ec7c864b25ed083ebb867d726 | |
parent | 469af2b2b20d93807fdf8be8ddeb159cf0c37842 (diff) |
Diffstat (limited to '')
-rw-r--r-- | pkgs/akkoma/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/akkoma/default.nix b/pkgs/akkoma/default.nix index 2e577f0..32d85a9 100644 --- a/pkgs/akkoma/default.nix +++ b/pkgs/akkoma/default.nix @@ -11,12 +11,12 @@ }: beamPackages.mixRelease rec { pname = "akkoma"; - version = "3.15.1"; + version = "3.15.2"; src = fetchgit { url = "https://akkoma.dev/AkkomaGang/akkoma.git"; - rev = "refs/tags/v3.15.1"; - hash = "sha256-6qsqTguEVu9t6dW8c+VAE5Z7D3FbQ0S2ZfAN5qy7Xak="; + rev = "refs/tags/v${version}"; + hash = "sha256-GW86OyO/XPIrCS+cPKQ8LG8PdhhfA2rNH1FXFiuL6vM="; }; postPatch = '' |