peergos: 1.8.0 -> 1.9.0

This commit is contained in:
R. Ryantm
2025-08-14 15:05:00 +00:00
parent aebb310757
commit 6a55d461b8
+2 -2
View File
@@ -41,12 +41,12 @@ let
in
stdenv.mkDerivation rec {
pname = "peergos";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "Peergos";
repo = "web-ui";
rev = "v${version}";
hash = "sha256-bvuJ/Z/GVBohUX7dgpx77QdWUEW0eI8FUAGUibOmaM0=";
hash = "sha256-KQyy1O8daex1nuKbO891kkJ+lETovUrHKF+D+1iHjXA=";
fetchSubmodules = true;
};