glitchtip: 5.0.9 -> 5.1.0
Changelog: https://gitlab.com/glitchtip/glitchtip-backend/-/blob/v5.1.0/CHANGELOG Diff: https://gitlab.com/glitchtip/glitchtip-backend/-/compare/v5.0.9...v5.1.0 Diff: https://gitlab.com/glitchtip/glitchtip-frontend/-/compare/v5.0.9...v5.1.0
This commit is contained in:
@@ -9,22 +9,20 @@
|
||||
|
||||
buildNpmPackage (finalAttrs: {
|
||||
pname = "glitchtip-frontend";
|
||||
version = "5.0.9";
|
||||
version = "5.1.0";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "glitchtip";
|
||||
repo = "glitchtip-frontend";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-iNTGs+rq2TVDIBcLV4wMmWxwBvwWqKXytowLD7SRFEw=";
|
||||
hash = "sha256-8l/V2u/j3nF6GqFlQwK33pQuRAPXmqitmrNq6Z8p7ZQ=";
|
||||
};
|
||||
|
||||
npmDeps = fetchNpmDeps {
|
||||
inherit (finalAttrs) src patches;
|
||||
hash = "sha256-81Z1NijHuvG9I4pdsUQ1cS3OdfAtHoiSdmrpu1KUpWE=";
|
||||
inherit (finalAttrs) src;
|
||||
hash = "sha256-Lvhf80O/UTFABIGHjSVz4olBkEMUoE7XX66PD6P/FiA=";
|
||||
};
|
||||
|
||||
patches = [ ./update_esbuild.patch ];
|
||||
|
||||
postPatch = ''
|
||||
jq '.devDependencies |= del(.cypress, ."cypress-localstorage-commands")' package.json | sponge package.json
|
||||
'';
|
||||
|
||||
@@ -86,14 +86,14 @@ in
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "glitchtip";
|
||||
version = "5.0.9";
|
||||
version = "5.1.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "glitchtip";
|
||||
repo = "glitchtip-backend";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-yRXrcwE5DDJpDiX4XB18ezrLn62AV4w/ASvrOoKD6p4=";
|
||||
hash = "sha256-okX/bWZNe5ypkfUYm7usNXa7HpBgZoj2vLEq+oGHKiM=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = pythonPackages;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user