summary refs log tree commit diff
path: root/pkgs/development/libraries/libcommuni
diff options
context:
space:
mode:
authorChristoph Hrdinka <c.github@hrdinka.at>2021-01-28 10:27:57 +0100
committerGitHub <noreply@github.com>2021-01-28 10:27:57 +0100
commit14a5e8900b123984d8a03bf6d6868dbb382ae501 (patch)
treefe70f9e3972a76ad2b0c46e78201286ebb0685d2 /pkgs/development/libraries/libcommuni
parented8d40ca94c0d5693642b08ce34907041c57d391 (diff)
parentd5aaa78e0eca95c3fc3387fe58f33d7ff181c297 (diff)
downloadnixpkgs-14a5e8900b123984d8a03bf6d6868dbb382ae501.tar
nixpkgs-14a5e8900b123984d8a03bf6d6868dbb382ae501.tar.gz
nixpkgs-14a5e8900b123984d8a03bf6d6868dbb382ae501.tar.bz2
nixpkgs-14a5e8900b123984d8a03bf6d6868dbb382ae501.tar.lz
nixpkgs-14a5e8900b123984d8a03bf6d6868dbb382ae501.tar.xz
nixpkgs-14a5e8900b123984d8a03bf6d6868dbb382ae501.tar.zst
nixpkgs-14a5e8900b123984d8a03bf6d6868dbb382ae501.zip
Merge pull request #109990 from r-ryantm/auto-update/libcommuni
libsForQt5.libcommuni: 3.5.0 -> 3.6.0
Diffstat (limited to 'pkgs/development/libraries/libcommuni')
-rw-r--r--pkgs/development/libraries/libcommuni/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libcommuni/default.nix b/pkgs/development/libraries/libcommuni/default.nix
index 47360e11bc5..0b0cc325a35 100644
--- a/pkgs/development/libraries/libcommuni/default.nix
+++ b/pkgs/development/libraries/libcommuni/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   pname = "libcommuni";
-  version = "3.5.0";
+  version = "3.6.0";
 
   src = fetchFromGitHub {
     owner = "communi";
     repo = "libcommuni";
     rev = "v${version}";
-    sha256 = "15crqc7a4kwrfbxs121rpdysw0694hh7dr290gg7pm61akvnrqcm";
+    sha256 = "sha256-ABvrMoOVSycbQ8iRDzi7zkFnuSgHMMBgm9cDUWlD4uc=";
   };
 
   buildInputs = [ qtbase qtdeclarative ];