peergos: 1.2.0 -> 1.5.0 (#413066)

Co-authored-by: christoph-heiss <contact@christoph-heiss.at>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-13 12:13:55 +00:00
committed by GitHub
co-authored by christoph-heiss
+2 -2
View File
@@ -41,12 +41,12 @@ let
in
stdenv.mkDerivation rec {
pname = "peergos";
version = "1.2.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "Peergos";
repo = "web-ui";
rev = "v${version}";
hash = "sha256-X5yXTCHKGrdvuoKc5nFbn4CWunNsyoJI+EZLpknLAyA=";
hash = "sha256-wvOhxHK5UkVD6mu39y5wpFcf69kadKFqt6WumSnzqmQ=";
fetchSubmodules = true;
};