peergos: 1.6.0 -> 1.7.1 (#421360)
Co-authored-by: christoph-heiss <contact@christoph-heiss.at>
This commit is contained in:
commit
5de2d661db
@ -41,12 +41,12 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "peergos";
|
pname = "peergos";
|
||||||
version = "1.6.0";
|
version = "1.7.1";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Peergos";
|
owner = "Peergos";
|
||||||
repo = "web-ui";
|
repo = "web-ui";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-Y2oGvYqLEAuF732DAOFLmXqwDX48/ZeYW0kPc17Z+oU=";
|
hash = "sha256-gafFkHgTDBBon5fxjZwDGhEPyk6bp2XL4DxAWKtpWzo=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user