peergos: 1.29.0 -> 1.30.0

This commit is contained in:
R. Ryantm
2026-07-19 18:22:44 +00:00
parent eb3b798dd1
commit b7481153ba
+2 -2
View File
@@ -41,13 +41,13 @@ let
in
stdenv.mkDerivation rec {
pname = "peergos";
version = "1.29.0";
version = "1.30.0";
src = fetchFromGitHub {
owner = "Peergos";
repo = "web-ui";
rev = "v${version}";
hash = "sha256-WaTWz55pEfE/ncJnyc8FjkxJhsBYBXt7cFjBz8v0hw8=";
hash = "sha256-lxxOPS/G+dNcdr0pnF/5KHLb/isrL759YT3tRAOn7Yw=";
fetchSubmodules = true;
};