about summary refs log tree commit diff
path: root/pkgs/applications/networking/owncloud-client
diff options
context:
space:
mode:
authorMiao, ZhiCheng <zhicheng.miao@gmail.com>2023-06-18 15:16:05 +0300
committerMiao, ZhiCheng <zhicheng.miao@gmail.com>2023-06-18 15:16:05 +0300
commitbfa78af9b31020af137876a4725e6ba183461426 (patch)
tree0a9456ddd71548da2f90b93db652ef65cf3cbac6 /pkgs/applications/networking/owncloud-client
parent2c09e8eb8717e240ef9c5727c1cc9186db9fb309 (diff)
owncloud-client: 4.0.0 -> 4.1.0
Diffstat (limited to 'pkgs/applications/networking/owncloud-client')
-rw-r--r--pkgs/applications/networking/owncloud-client/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/owncloud-client/default.nix b/pkgs/applications/networking/owncloud-client/default.nix
index e3d7b28c3dcd4..c0b3d3c0f2894 100644
--- a/pkgs/applications/networking/owncloud-client/default.nix
+++ b/pkgs/applications/networking/owncloud-client/default.nix
@@ -16,7 +16,7 @@
 
 stdenv.mkDerivation rec {
   pname = "owncloud-client";
-  version = "4.0.0";
+  version = "4.1.0";
 
   libregraph = callPackage ./libre-graph-api-cpp-qt-client.nix { };
 
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
     owner = "owncloud";
     repo = "client";
     rev = "refs/tags/v${version}";
-    hash = "sha256-KZ/e8ISQ4FNgT/mtKSlOCa3WQ0lRSaqNIhQn6al6NSM=";
+    hash = "sha256-L0xeLYzlonzNClOcijyucGdwgQHTS7TlczIyJGbVQ5E=";
   };
 
   nativeBuildInputs = [ pkg-config cmake extra-cmake-modules wrapQtAppsHook qttools ];