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

peergos: 1.16.0 -> 1.17.0 (#466355)

parents d3924737 2a033c5b
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.16.0";
  version = "1.17.0";
  src = fetchFromGitHub {
    owner = "Peergos";
    repo = "web-ui";
    rev = "v${version}";
    hash = "sha256-v8Pw9AlxFDu4DqYeJlx+xF2PJe1xnQxHUVccXCn/jIs=";
    hash = "sha256-9dBTa/qrrEb5eMIXK0kt7x8zTbwCeRDXpTS58EezS0A=";
    fetchSubmodules = true;
  };