nextcloud-client: 3.12.1 -> 3.12.2

This commit is contained in:
R. Ryantm 2024-03-25 05:51:15 +00:00
parent 3a6b97ce32
commit 19e6b1aa7a
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
stdenv.mkDerivation rec {
pname = "nextcloud-client";
version = "3.12.1";
version = "3.12.2";
outputs = [ "out" "dev" ];
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
hash = "sha256-WGmabfOuEs9WRq1Ta7ZiZQuscoEdxhaFhuppE7MpZfk=";
hash = "sha256-qVb0omSWzwkbqdtYXy8VWYyCM0CDCAW9L78pli9TbO4=";
};
patches = [