peergos: 1.12.0 -> 1.13.0

This commit is contained in:
R. Ryantm
2025-10-18 14:59:03 +00:00
parent 07ffd4bf9f
commit 5c5c689522
+2 -2
View File
@@ -41,12 +41,12 @@ let
in
stdenv.mkDerivation rec {
pname = "peergos";
version = "1.12.0";
version = "1.13.0";
src = fetchFromGitHub {
owner = "Peergos";
repo = "web-ui";
rev = "v${version}";
hash = "sha256-PwjSMW5d/M/IShclyFqAZJ75+dq0xSCnZmYsdKN5/O0=";
hash = "sha256-gyhNb68W3UF9t0AvQULQp3aEIjRUzss9XgQbHrrrsk8=";
fetchSubmodules = true;
};