peergos: 1.11.0 -> 1.12.0

This commit is contained in:
R. Ryantm
2025-10-12 12:02:52 +00:00
parent f946089b75
commit 52b1d68a03
+2 -2
View File
@@ -41,12 +41,12 @@ let
in
stdenv.mkDerivation rec {
pname = "peergos";
version = "1.11.0";
version = "1.12.0";
src = fetchFromGitHub {
owner = "Peergos";
repo = "web-ui";
rev = "v${version}";
hash = "sha256-JUeNNBWzIZlC1+sc1YV+3iPg4PMt+BevG5dDi4JybPk=";
hash = "sha256-PwjSMW5d/M/IShclyFqAZJ75+dq0xSCnZmYsdKN5/O0=";
fetchSubmodules = true;
};