Skip to content

Commit

Permalink
nextcloud-client: 3.13.3 -> 3.13.4 (#341599)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored Sep 15, 2024
2 parents 5e07345 + 6aaf209 commit 0d2d9cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/nextcloud-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@

stdenv.mkDerivation rec {
pname = "nextcloud-client";
version = "3.13.3";
version = "3.13.4";

outputs = [ "out" "dev" ];

src = fetchFromGitHub {
owner = "nextcloud-releases";
repo = "desktop";
rev = "v${version}";
hash = "sha256-Z2/WllEiz/Yj/GyIczfA4L2+3Hr8Jmo7X2W/hP1PmwI=";
hash = "sha256-anQwIqWtHdKFfUuCekiyrdg9xzxcs5bVJ0VDMtyVfw8=";
};

patches = [
Expand Down

0 comments on commit 0d2d9cf

Please sign in to comment.