peergos: 1.29.0 -> 1.30.0 (#540638)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-22 07:05:27 +00:00
committed by GitHub
+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;
};