Commit ff249bd5 authored by R. RyanTM's avatar R. RyanTM
Browse files

nextcloud-client: 3.12.2 -> 3.12.3

parent 80c8b15b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@

stdenv.mkDerivation rec {
  pname = "nextcloud-client";
  version = "3.12.2";
  version = "3.12.3";

  outputs = [ "out" "dev" ];

@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
    owner = "nextcloud";
    repo = "desktop";
    rev = "v${version}";
    hash = "sha256-qVb0omSWzwkbqdtYXy8VWYyCM0CDCAW9L78pli9TbO4=";
    hash = "sha256-ScWkEOx2tHoCQbFwBvJQgk2YoYOTPi3PrVsaDNJBEUI=";
  };

  patches = [