peergos: 1.0.0 -> 1.1.0 (#399440)

Co-authored-by: christoph-heiss <contact@christoph-heiss.at>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-19 10:04:47 +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.0.0";
version = "1.1.0";
src = fetchFromGitHub {
owner = "Peergos";
repo = "web-ui";
rev = "v${version}";
hash = "sha256-TSvhp/9nneXGADiDPgGvA78emVcQG0UzHsFfVS9k7mo=";
hash = "sha256-te+m4S3mhYEocLd9NjQNFA8vbMf470V1dlPqCr0KLV4=";
fetchSubmodules = true;
};