about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-06-19 01:17:29 +0200
committerGitHub <noreply@github.com>2023-06-19 01:17:29 +0200
commit132a3e79d5893cfea84f6ca77d0b349fa40f7bb9 (patch)
treeca1f4e44f4a18e57a84a72c1411e2f3623124b2a /pkgs/applications/networking
parent9a1570b7e996d995fd770a795e9ef97f29475210 (diff)
parentbfa78af9b31020af137876a4725e6ba183461426 (diff)
Merge pull request #238408 from hellwolf/owncloud-4.1.0
owncloud-client: 4.0.0 -> 4.1.0
Diffstat (limited to 'pkgs/applications/networking')
-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 ];