Commit 106f5e5f authored by Alexander Sieg's avatar Alexander Sieg
Browse files

plausible: 2.1.4 -> 2.1.5

parent 9ce2c657
Loading
Loading
Loading
Loading
+21 −18
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

let
  pname = "plausible";
  version = "2.1.4";
  version = "2.1.5";
  mixEnv = "ce";

  src = fetchFromGitHub {
    owner = "plausible";
    repo = "analytics";
    rev = "v${version}";
    hash = "sha256-wV2zzRKJM5pQ06pF8vt1ieFqv6s3HvCzNT5Hed29Owk=";
    hash = "sha256-4gwK/AxzhsU0vgvKgIXrOyQLCgZMeZyKjj7PWbUmJ+8=";
    postFetch = ''
      ${lib.getExe npm-lockfile-fix} $out/assets/package-lock.json
      sed -ie '
@@ -75,7 +75,7 @@ let
      src
      mixEnv
      ;
    hash = "sha256-N6cYlYwNss2FPYcljANJYbXobmLFauZ64F7Sf/+7Ctg=";
    hash = "sha256-edQ8byeV0WUaYDYMnmrstC6L2jztidR/JikGZLpX3WE=";
  };

  mjmlNif = rustPlatform.buildRustPackage {
@@ -92,9 +92,12 @@ let
    };
  };

  patchedMixFodDeps = runCommand mixFodDeps.name {
  patchedMixFodDeps =
    runCommand mixFodDeps.name
      {
        inherit (mixFodDeps) hash;
  } ''
      }
      ''
        mkdir $out
        cp -r --no-preserve=mode ${mixFodDeps}/. $out