Commit 5e8db804 authored by Robert Schütz's avatar Robert Schütz
Browse files
parent 8ac1135b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

stdenv.mkDerivation rec {
  pname = "nextcloud-client";
  version = "4.0.4";
  version = "4.0.5";

  outputs = [
    "out"
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
    owner = "nextcloud-releases";
    repo = "desktop";
    tag = "v${version}";
    hash = "sha256-BEjsIx0knmTj6kgM7fsJV5XN660cRe9DbYxeL7YHPRo=";
    hash = "sha256-cEe1GTRFC+iGAAgddRm70uf5tXmpCat7Q7BptFEYKnE=";
  };

  patches = [