peergos: 1.15.0 -> 1.16.0 (#464276)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-24 10:55:05 +00:00
committed by GitHub
+2 -2
View File
@@ -41,12 +41,12 @@ let
in
stdenv.mkDerivation rec {
pname = "peergos";
version = "1.15.0";
version = "1.16.0";
src = fetchFromGitHub {
owner = "Peergos";
repo = "web-ui";
rev = "v${version}";
hash = "sha256-ic1d/aLwrzFo18icX9U0mKniEGo2YkofM0fJUPUQtm0=";
hash = "sha256-v8Pw9AlxFDu4DqYeJlx+xF2PJe1xnQxHUVccXCn/jIs=";
fetchSubmodules = true;
};