Skip to content

Commit 0edbce6

Browse files
committed
clickable: 7.11.0 -> 8.2.0
1 parent 3fb9151 commit 0edbce6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/by-name/cl/clickable/package.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
python3Packages.buildPythonApplication rec {
1010
pname = "clickable";
11-
version = "7.11.0";
11+
version = "8.2.0";
1212

1313
src = fetchFromGitLab {
1414
owner = "clickable";
1515
repo = "clickable";
1616
rev = "v${version}";
17-
sha256 = "sha256-OVS+FK2ABoKbBFLDc3drcjeaa3yO9/8Ah8FzlN2fd8g=";
17+
sha256 = "sha256-MFzpeiWeqJ0MG8ouwRkYXD1e6Nsxshmz1NSzCIBRjZ0=";
1818
};
1919

2020
propagatedBuildInputs = with python3Packages; [
@@ -62,6 +62,7 @@ python3Packages.buildPythonApplication rec {
6262
"test_devices"
6363
"test_install"
6464
"test_skip_container_mode"
65+
"test_godot_plugin"
6566
]
6667
++
6768
# There are no docker images available for the aarch64 architecutre

0 commit comments

Comments
 (0)