peergos: 1.0.0 -> 1.1.0

This commit is contained in:
R. Ryantm
2025-04-17 10:36:03 +00:00
parent ebe4301cbd
commit bfbe0c579a
+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;
};