Unverified Commit 0ca7c9ca authored by K900's avatar K900 Committed by GitHub
Browse files

lasuite-meet{,-frontend}: 0.1.35 -> 0.1.36 (#441970)

parents ef16e31e dda40631
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildNpmPackage rec {
  pname = "lasuite-meet-frontend";
  version = "0.1.35";
  version = "0.1.36";

  src = fetchFromGitHub {
    owner = "suitenumerique";
    repo = "meet";
    tag = "v${version}";
    hash = "sha256-gjvfsxuqVU7KyQxo7l+l0mC1F4fbe7gK+K4T5wAthY8=";
    hash = "sha256-0GfbB1Kk2AdqQtwIiAdyfDS/V7le6DhmBugp1ukWRLc=";
  };

  sourceRoot = "source/src/frontend";
@@ -21,7 +21,7 @@ buildNpmPackage rec {
  npmDeps = fetchNpmDeps {
    inherit version src;
    sourceRoot = "source/src/frontend";
    hash = "sha256-1qkR76VsgL3giz+9TIW+D3soEsZegaFMVJ/EJu09b8c=";
    hash = "sha256-EHBfmP94hGx4gpvVZi4hHpJc7edq+cybkum3foL+dAk=";
  };

  buildPhase = ''
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@ in

python.pkgs.buildPythonApplication rec {
  pname = "lasuite-meet";
  version = "0.1.35";
  version = "0.1.36";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "suitenumerique";
    repo = "meet";
    tag = "v${version}";
    hash = "sha256-gjvfsxuqVU7KyQxo7l+l0mC1F4fbe7gK+K4T5wAthY8=";
    hash = "sha256-0GfbB1Kk2AdqQtwIiAdyfDS/V7le6DhmBugp1ukWRLc=";
  };

  sourceRoot = "source/src/backend";