glitchtip: 5.0.5 -> 5.0.9
Changelog: https://gitlab.com/glitchtip/glitchtip-backend/-/blob/v5.0.9/CHANGELOG Diff: https://gitlab.com/glitchtip/glitchtip-backend/-/compare/v5.0.5...v5.0.9
This commit is contained in:
@@ -9,20 +9,22 @@
|
||||
|
||||
buildNpmPackage (finalAttrs: {
|
||||
pname = "glitchtip-frontend";
|
||||
version = "5.0.5";
|
||||
version = "5.0.9";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "glitchtip";
|
||||
repo = "glitchtip-frontend";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-PL0/1u+gJk/obRnSeMRx6BeSOxzXeFXZ1WlKnebyCqI=";
|
||||
hash = "sha256-iNTGs+rq2TVDIBcLV4wMmWxwBvwWqKXytowLD7SRFEw=";
|
||||
};
|
||||
|
||||
npmDeps = fetchNpmDeps {
|
||||
inherit (finalAttrs) src;
|
||||
hash = "sha256-kiL4UtY6qOVS1X6UeZFM53+oPyM1E5NCBstZQwBgZDI=";
|
||||
inherit (finalAttrs) src patches;
|
||||
hash = "sha256-81Z1NijHuvG9I4pdsUQ1cS3OdfAtHoiSdmrpu1KUpWE=";
|
||||
};
|
||||
|
||||
patches = [ ./update_esbuild.patch ];
|
||||
|
||||
postPatch = ''
|
||||
jq '.devDependencies |= del(.cypress, ."cypress-localstorage-commands")' package.json | sponge package.json
|
||||
'';
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
lib,
|
||||
python313,
|
||||
fetchFromGitLab,
|
||||
fetchpatch,
|
||||
fetchPypi,
|
||||
callPackage,
|
||||
stdenv,
|
||||
@@ -61,6 +60,9 @@ let
|
||||
orjson
|
||||
psycopg
|
||||
pydantic
|
||||
# undocumented on django-allauth side
|
||||
# https://codeberg.org/allauth/django-allauth/issues/4493
|
||||
pyyaml
|
||||
sentry-sdk
|
||||
symbolic
|
||||
user-agents
|
||||
@@ -84,25 +86,16 @@ in
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "glitchtip";
|
||||
version = "5.0.5";
|
||||
version = "5.0.9";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "glitchtip";
|
||||
repo = "glitchtip-backend";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-7ulmrFOy14/Y/8LmKrmBzqrMPuwfdWOGMuhhhYI7+f4=";
|
||||
hash = "sha256-yRXrcwE5DDJpDiX4XB18ezrLn62AV4w/ASvrOoKD6p4=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# update symbolic
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.com/glitchtip/glitchtip-backend/-/merge_requests/1642.patch";
|
||||
excludes = [ "uv.lock" ];
|
||||
hash = "sha256-6x1W/79DBPVQdAFWAozK2TXUoj/oArEuNMrARIeWtIY=";
|
||||
})
|
||||
];
|
||||
|
||||
propagatedBuildInputs = pythonPackages;
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user