peergos: 1.11.0 -> 1.12.0 (#451318)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-16 16:49:30 +00:00
committed by GitHub
+2 -2
View File
@@ -41,12 +41,12 @@ let
in
stdenv.mkDerivation rec {
pname = "peergos";
version = "1.11.0";
version = "1.12.0";
src = fetchFromGitHub {
owner = "Peergos";
repo = "web-ui";
rev = "v${version}";
hash = "sha256-JUeNNBWzIZlC1+sc1YV+3iPg4PMt+BevG5dDi4JybPk=";
hash = "sha256-PwjSMW5d/M/IShclyFqAZJ75+dq0xSCnZmYsdKN5/O0=";
fetchSubmodules = true;
};