peergos: 1.16.0 -> 1.17.0 (#466355)

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