peergos: 1.7.1 -> 1.8.0 (#424235)

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

authored by nixpkgs-merge-bot[bot] christoph-heiss and committed by GitHub cbc95c13 441ecf3d

+2 -2
+2 -2
pkgs/by-name/pe/peergos/package.nix
··· 41 in 42 stdenv.mkDerivation rec { 43 pname = "peergos"; 44 - version = "1.7.1"; 45 src = fetchFromGitHub { 46 owner = "Peergos"; 47 repo = "web-ui"; 48 rev = "v${version}"; 49 - hash = "sha256-gafFkHgTDBBon5fxjZwDGhEPyk6bp2XL4DxAWKtpWzo="; 50 fetchSubmodules = true; 51 }; 52
··· 41 in 42 stdenv.mkDerivation rec { 43 pname = "peergos"; 44 + version = "1.8.0"; 45 src = fetchFromGitHub { 46 owner = "Peergos"; 47 repo = "web-ui"; 48 rev = "v${version}"; 49 + hash = "sha256-bvuJ/Z/GVBohUX7dgpx77QdWUEW0eI8FUAGUibOmaM0="; 50 fetchSubmodules = true; 51 }; 52