Skip to content

Commit 5915660

Browse files
committed
nextcloud-client: 3.14.3 -> 3.15.2
Signed-off-by: lucasew <[email protected]>
1 parent a213da1 commit 5915660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ne/nextcloud-client/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919

2020
qt6Packages.stdenv.mkDerivation rec {
2121
pname = "nextcloud-client";
22-
version = "3.14.3";
22+
version = "3.15.2";
2323

2424
outputs = [ "out" "dev" ];
2525

2626
src = fetchFromGitHub {
2727
owner = "nextcloud-releases";
2828
repo = "desktop";
2929
tag = "v${version}";
30-
hash = "sha256-nYoBs5EnWiqYRsqc5CPxCIs0NAxSprI9PV0lO/c8khw=";
30+
hash = "sha256-JA6ke9tBS4IiuDWJ8Efa76+5os+RT0L/zv00ncgH+IU=";
3131
};
3232

3333
patches = [

0 commit comments

Comments
 (0)