about summary refs log tree commit diff
path: root/pkgs/development/libraries/maui-core
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-30 21:51:29 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-30 21:51:29 +0000
commit70402b2f35897ce385d6bc74d26bb5a10ddd389b (patch)
tree77dead2fe531620a299e268acd4bdb9ad8ebc4d2 /pkgs/development/libraries/maui-core
parent4586970ee7b8cc79a1dfb5dc938c839925138f67 (diff)
libsForQt5.maui-core: 0.5.6 -> 0.6.6
Diffstat (limited to 'pkgs/development/libraries/maui-core')
-rw-r--r--pkgs/development/libraries/maui-core/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/maui-core/default.nix b/pkgs/development/libraries/maui-core/default.nix
index 8d6a81b93ffd7..b173498189d6e 100644
--- a/pkgs/development/libraries/maui-core/default.nix
+++ b/pkgs/development/libraries/maui-core/default.nix
@@ -12,13 +12,13 @@
 
 mkDerivation rec {
   pname = "maui-core";
-  version = "0.5.6";
+  version = "0.6.6";
 
   src = fetchFromGitHub {
     owner = "Nitrux";
     repo = pname;
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-58ja76N7LrJ0f/SsNMYr7Z9hdW60PwsNlTkHQ+NEdUM=";
+    sha256 = "sha256-o0Xwh9w0cClMw85FwpQB9CNWoSnzARxs6aGfvCA4BhA=";
   };
 
   nativeBuildInputs = [