about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOPNA2608 <opna2608@protonmail.com>2024-06-29 14:45:00 +0200
committerOPNA2608 <opna2608@protonmail.com>2024-06-29 14:45:00 +0200
commit0edbce6f436a775743ee0ae209081edef893411b (patch)
tree870a6823f8a86b69b67e2f4a7fc20f2ae27df57f
parent3fb9151e436711f4b491dbf8ed69ab568bf7dfcd (diff)
clickable: 7.11.0 -> 8.2.0
-rw-r--r--pkgs/by-name/cl/clickable/package.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/by-name/cl/clickable/package.nix b/pkgs/by-name/cl/clickable/package.nix
index 512430b59995c..28ead1ee695fc 100644
--- a/pkgs/by-name/cl/clickable/package.nix
+++ b/pkgs/by-name/cl/clickable/package.nix
@@ -8,13 +8,13 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "clickable";
-  version = "7.11.0";
+  version = "8.2.0";
 
   src = fetchFromGitLab {
     owner = "clickable";
     repo = "clickable";
     rev = "v${version}";
-    sha256 = "sha256-OVS+FK2ABoKbBFLDc3drcjeaa3yO9/8Ah8FzlN2fd8g=";
+    sha256 = "sha256-MFzpeiWeqJ0MG8ouwRkYXD1e6Nsxshmz1NSzCIBRjZ0=";
   };
 
   propagatedBuildInputs = with python3Packages; [
@@ -62,6 +62,7 @@ python3Packages.buildPythonApplication rec {
       "test_devices"
       "test_install"
       "test_skip_container_mode"
+      "test_godot_plugin"
     ]
     ++
     # There are no docker images available for the aarch64 architecutre