Skip to content

Commit 70e88f6

Browse files
committed
feat: Update deps
1 parent 89116da commit 70e88f6

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
with:
4848
pkgs: libnick
4949
triplet: ${{ matrix.variant.triplet }}
50-
revision: 8d7ea9fa4dd9177e87d0c979152645b936501227
50+
revision: 03c3f7866d52857b0744ded0393264ac9182c07c
5151
token: ${{ github.token }}
52-
cache-key: ${{ matrix.variant.triplet }}-8d7ea9fa4dd9177e87d0c979152645b936501227
52+
cache-key: ${{ matrix.variant.triplet }}-03c3f7866d52857b0744ded0393264ac9182c07c
5353
- name: "Build (Installer)"
5454
working-directory: ${{ github.workspace }}/build
5555
run: |

flatpak/org.nickvision.application.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
{
115115
"type": "git",
116116
"url": "https://github.com/nickvisionapps/libnick",
117-
"tag": "2025.7.4"
117+
"tag": "2025.7.6"
118118
}
119119
]
120120
},

org.nickvision.application.winui/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ if(WIN32)
5151
VS_GLOBAL_WindowsTargetPlatformVersion 10.0
5252
VS_GLOBAL_WindowsTargetPlatformMinVersion "10.0.17763.0"
5353
VS_GLOBAL_WindowsPackageType None
54+
VS_GLOBAL_WinUISDKReferences false
5455
VS_GLOBAL_EnablePreviewMsixTooling true
5556
VS_GLOBAL_OutputType WinExe
5657
VS_GLOBAL_WindowsAppSDKSelfContained true)

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ parts:
5050
libnick:
5151
after: [cpr, maddy]
5252
source: https://github.com/nickvisionapps/libnick.git
53-
source-tag: '2025.7.4'
53+
source-tag: '2025.7.6'
5454
source-depth: 1
5555
plugin: cmake
5656
cmake-parameters:

0 commit comments

Comments
 (0)