peergos: 1.13.0 -> 1.14.0 (#460232)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-12 18:02:29 +00:00
committed by GitHub

View File

@@ -41,12 +41,12 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "peergos"; pname = "peergos";
version = "1.13.0"; version = "1.14.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Peergos"; owner = "Peergos";
repo = "web-ui"; repo = "web-ui";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-gyhNb68W3UF9t0AvQULQp3aEIjRUzss9XgQbHrrrsk8="; hash = "sha256-VADgSVeLNOP9vOiKDc8dOWh1xthvFAt5KJR26vcDXjo=";
fetchSubmodules = true; fetchSubmodules = true;
}; };