Unverified Commit 2900ca13 authored by Kerstin's avatar Kerstin Committed by GitHub
Browse files

mobilizon: fix internal version (#370277)

parents 02ac51c6 2c43f705
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
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 −0
Original line number Diff line number Diff line
@@ -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