diff --git a/appdata.xml b/appdata.xml
index fd706d3..f3770b3 100644
--- a/appdata.xml
+++ b/appdata.xml
@@ -18,7 +18,7 @@
io.github.shiiion.primehack.desktop
-
+
https://github.com/shiiion/dolphin
https://github.com/shiiion/dolphin/wiki
diff --git a/io.github.shiiion.primehack.yml b/io.github.shiiion.primehack.yml
index 04ff368..52f9b8f 100644
--- a/io.github.shiiion.primehack.yml
+++ b/io.github.shiiion.primehack.yml
@@ -1,6 +1,6 @@
app-id: io.github.shiiion.primehack
runtime: org.kde.Platform
-runtime-version: '6.5'
+runtime-version: '6.6'
sdk: org.kde.Sdk
command: primehack-wrapper
rename-desktop-file: primehack.desktop
@@ -84,7 +84,7 @@ modules:
sources:
- type: git
url: https://github.com/shiiion/dolphin.git
- commit: efb99ebfd20b1bc16ea3e51fec409c91e354d8c2
+ commit: bd2591a28ab4a367a3f11f65059e07314a13f081
# detects whether dolphin is running in a flatpak sandbox
# and makes it use xdg directories if it is.
# prevents dolphin from attempting to write conf files
diff --git a/nodirtyversion.patch b/nodirtyversion.patch
index 20b6f3c..8d8482e 100644
--- a/nodirtyversion.patch
+++ b/nodirtyversion.patch
@@ -1,13 +1,12 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 9af66009a1..2acd3bed9a 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -149,7 +149,7 @@ if(GIT_FOUND)
+diff --git a/CMake/ScmRevGen.cmake b/CMake/ScmRevGen.cmake
+index aacf7491ce..503791cda8 100644
+--- a/CMake/ScmRevGen.cmake
++++ b/CMake/ScmRevGen.cmake
+@@ -7,7 +7,7 @@ if(GIT_FOUND)
OUTPUT_VARIABLE DOLPHIN_WC_REVISION
OUTPUT_STRIP_TRAILING_WHITESPACE)
# defines DOLPHIN_WC_DESCRIBE
- execute_process(WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} COMMAND ${GIT_EXECUTABLE} describe --always --long --dirty
+ execute_process(WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} COMMAND ${GIT_EXECUTABLE} describe --always --long
OUTPUT_VARIABLE DOLPHIN_WC_DESCRIBE
- OUTPUT_STRIP_TRAILING_WHITESPACE)
-
+ OUTPUT_STRIP_TRAILING_WHITESPACE)
\ No newline at end of file