peergos: 1.18.0 -> 1.20.0 (#496620)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-13 23:48:00 +00:00
committed by GitHub
+2 -2
View File
@@ -41,12 +41,12 @@ let
in
stdenv.mkDerivation rec {
pname = "peergos";
version = "1.18.0";
version = "1.20.0";
src = fetchFromGitHub {
owner = "Peergos";
repo = "web-ui";
rev = "v${version}";
hash = "sha256-zE7BsbZV1KIPD0sn1rSlMxzNF+JcucG382Ek/N9vO8o=";
hash = "sha256-1gFOSe1xMR6OX9FkmZACNfpEIa84Pyvuz3t0stpZKdY=";
fetchSubmodules = true;
};