peergos: 1.7.1 -> 1.8.0 (#424235)

Co-authored-by: christoph-heiss <contact@christoph-heiss.at>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-14 13:00:27 +00:00
committed by GitHub

View File

@@ -41,12 +41,12 @@ let
in
stdenv.mkDerivation rec {
pname = "peergos";
version = "1.7.1";
version = "1.8.0";
src = fetchFromGitHub {
owner = "Peergos";
repo = "web-ui";
rev = "v${version}";
hash = "sha256-gafFkHgTDBBon5fxjZwDGhEPyk6bp2XL4DxAWKtpWzo=";
hash = "sha256-bvuJ/Z/GVBohUX7dgpx77QdWUEW0eI8FUAGUibOmaM0=";
fetchSubmodules = true;
};