peergos: 1.13.0 -> 1.14.0

This commit is contained in:
R. Ryantm
2025-11-10 02:48:47 +00:00
parent ffd468f28a
commit 58b39b9ac8
+2 -2
View File
@@ -41,12 +41,12 @@ let
in
stdenv.mkDerivation rec {
pname = "peergos";
version = "1.13.0";
version = "1.14.0";
src = fetchFromGitHub {
owner = "Peergos";
repo = "web-ui";
rev = "v${version}";
hash = "sha256-gyhNb68W3UF9t0AvQULQp3aEIjRUzss9XgQbHrrrsk8=";
hash = "sha256-VADgSVeLNOP9vOiKDc8dOWh1xthvFAt5KJR26vcDXjo=";
fetchSubmodules = true;
};