zammad: 7.0.1 -> 7.1.0

(cherry picked from commit fc33b2a2a9)
This commit is contained in:
Samuel Meenzen 2026-06-17 15:29:00 +02:00 committed by github-actions[bot]
commit ea4782d310
3 changed files with 372 additions and 310 deletions

File diff suppressed because it is too large Load diff

View file

@ -23,7 +23,7 @@
let let
pname = "zammad"; pname = "zammad";
version = "7.0.1"; version = "7.1.0";
src = applyPatches { src = applyPatches {
src = fetchFromGitHub (lib.importJSON ./source.json); src = fetchFromGitHub (lib.importJSON ./source.json);
@ -87,7 +87,7 @@ stdenvNoCC.mkDerivation {
pnpm = pnpm_10; pnpm = pnpm_10;
fetcherVersion = 3; fetcherVersion = 3;
hash = "sha256-BhkKCo9fVkG7G2er/NVyEP17T8P1rLqCQdJlcjHsSxQ="; hash = "sha256-JG1VhG56L1bDyrVOjP4MFB5h//dVchgnrHiqhGNIuw4=";
}; };
buildPhase = '' buildPhase = ''

View file

@ -1,8 +1,8 @@
{ {
"owner": "zammad", "owner": "zammad",
"repo": "zammad", "repo": "zammad",
"rev": "6a5ac49588022c610896a50516dc5876ac1f24b9", "rev": "ecbb861ce33908e4b52bb2c78d816a0eef69e6a6",
"hash": "sha256-E2hDdl32C4dQOZqnbAOsJ12zJsC9bJ9qFPadm4rEeKA=", "hash": "sha256-5mK120Oo8LEIA7yY9erc57WRUeCwzsIamTiAxPgePIQ=",
"fetchSubmodules": true "fetchSubmodules": true
} }