etherpad-lite: 2.4.2 -> 2.5.0 (#438477)

Changed files
+3 -3
pkgs
by-name
et
etherpad-lite
+3 -3
pkgs/by-name/et/etherpad-lite/package.nix
···
in
stdenv.mkDerivation (finalAttrs: {
pname = "etherpad-lite";
-
version = "2.4.2";
+
version = "2.5.0";
src = fetchFromGitHub {
owner = "ether";
repo = "etherpad-lite";
tag = "v${finalAttrs.version}";
-
hash = "sha256-BUgWx6SVpQ6qIJnb6EoiogRXuKo9uDRrl7bPuXTGQy8=";
+
hash = "sha256-11fNDAR6zmHv1O5nL0GhGJj6eHwDc8zT0Tvrba7qBpw=";
};
patches = [
···
pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
fetcherVersion = 1;
-
hash = "sha256-/o2WaB63lcWbbe8nCwMSYhGr9zra7QPL1Er78vW8Kjw=";
+
hash = "sha256-PZD55V/3dvNLx39tD4I00IzURhuyqMX4uObnQfnSBtk=";
};
nativeBuildInputs = [