peergos: 1.1.0 -> 1.2.0 (#402030)

Co-authored-by: christoph-heiss <contact@christoph-heiss.at>

Changed files
+2 -2
pkgs
by-name
pe
peergos
+2 -2
pkgs/by-name/pe/peergos/package.nix
···
in
stdenv.mkDerivation rec {
pname = "peergos";
-
version = "1.1.0";
+
version = "1.2.0";
src = fetchFromGitHub {
owner = "Peergos";
repo = "web-ui";
rev = "v${version}";
-
hash = "sha256-te+m4S3mhYEocLd9NjQNFA8vbMf470V1dlPqCr0KLV4=";
+
hash = "sha256-X5yXTCHKGrdvuoKc5nFbn4CWunNsyoJI+EZLpknLAyA=";
fetchSubmodules = true;
};