lol

Merge pull request #323495 from r-ryantm/auto-update/nextcloud-client

nextcloud-client: 3.13.0 -> 3.13.1

authored by

Ilan Joselevich and committed by
GitHub
6b43606a f19ee73c

+2 -2
+2 -2
pkgs/applications/networking/nextcloud-client/default.nix
··· 26 26 27 27 stdenv.mkDerivation rec { 28 28 pname = "nextcloud-client"; 29 - version = "3.13.0"; 29 + version = "3.13.1"; 30 30 31 31 outputs = [ "out" "dev" ]; 32 32 ··· 34 34 owner = "nextcloud"; 35 35 repo = "desktop"; 36 36 rev = "v${version}"; 37 - hash = "sha256-i4vQGH9NSxIrLaPdCEh+WN6i6NQilH6uO4dSk/mhLi8="; 37 + hash = "sha256-Ux0zbOribIbrABQQtUbp6NK96YYaHgREQUmgm9/MQaI="; 38 38 }; 39 39 40 40 patches = [