Unverified Commit b125f7e6 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

glitchtip: 6.1.4 -> 6.1.6 (#511893)

parents e0781b7c de523ce4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildNpmPackage (finalAttrs: {
  pname = "glitchtip-frontend";
  version = "6.1.5";
  version = "6.1.6";

  src = fetchFromGitLab {
    owner = "glitchtip";
    repo = "glitchtip-frontend";
    tag = "v${finalAttrs.version}";
    hash = "sha256-YngWs12wJLi3NgRT3RhGYy38dhOqBATYPMsXEbeoycU=";
    hash = "sha256-CDszzMDvjC8GOg/Nuh1G2Vwq75tOrwBithYOTNubQhM=";
  };

  nodejs = nodejs_22;
@@ -25,7 +25,7 @@ buildNpmPackage (finalAttrs: {
    name = "${finalAttrs.pname}-${finalAttrs.version}-npm-deps";
    inherit (finalAttrs) src;
    npmDepsFetcherVersion = 3;
    hash = "sha256-8T2Ci8S0YHyzY1jjgcNXt5mxUy/4toJrD2edUxtJz3M=";
    hash = "sha256-pakglYUPHTB872cVG1IZ3WyYXR5+fFYQr5zvTh2IrMo=";
  };

  postPatch = ''
+2 −2
Original line number Diff line number Diff line
@@ -76,14 +76,14 @@ in

stdenv.mkDerivation (finalAttrs: {
  pname = "glitchtip";
  version = "6.1.4";
  version = "6.1.6";
  pyproject = true;

  src = fetchFromGitLab {
    owner = "glitchtip";
    repo = "glitchtip-backend";
    tag = "v${finalAttrs.version}";
    hash = "sha256-wju/QbIwdtNYQmRppCfjoaqb++spFZbqAsvBwwZyeUM=";
    hash = "sha256-BUWLN3+ob934MgIoDLirY0O8fn6G3zmGA5wuVGPPp7w=";
  };

  postPatch = ''