Unverified Commit 0e9fe2ac authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

peergos: 1.13.0 -> 1.14.0 (#460232)

parents 37841b75 58b39b9a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,12 +41,12 @@ let
in
stdenv.mkDerivation rec {
  pname = "peergos";
  version = "1.13.0";
  version = "1.14.0";
  src = fetchFromGitHub {
    owner = "Peergos";
    repo = "web-ui";
    rev = "v${version}";
    hash = "sha256-gyhNb68W3UF9t0AvQULQp3aEIjRUzss9XgQbHrrrsk8=";
    hash = "sha256-VADgSVeLNOP9vOiKDc8dOWh1xthvFAt5KJR26vcDXjo=";
    fetchSubmodules = true;
  };