mobilizon: fix internal version

This commit is contained in:
Niklas Korz
2025-01-02 16:25:33 +01:00
parent 14f0df0dd0
commit 2c43f705d0
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,13 @@
diff --git a/mix.exs b/mix.exs
index 8338abf8..883e6987 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,7 +1,7 @@
defmodule Mobilizon.Mixfile do
use Mix.Project
- @version "5.1.0"
+ @version "5.1.1"
def project do
[
+5
View File
@@ -19,6 +19,11 @@ in
mixRelease rec {
inherit (common) pname version src;
# Version 5.1.1 failed to bump their internal package version,
# which causes issues with static file serving in the NixOS module.
# See https://github.com/NixOS/nixpkgs/pull/370277
patches = [ ./0001-fix-version.patch ];
nativeBuildInputs = [
git
cmake