Skip to content

Commit 2b683f2

Browse files
committed
feat: Update deps
1 parent 441d28a commit 2b683f2

4 files changed

Lines changed: 5 additions & 5 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: 8fba35d954b7ede406a42c06abd70c6470e59b00
50+
revision: 3c49e92d66d8eb4505d7f18d8c461240f55c08b0
5151
token: ${{ github.token }}
52-
cache-key: ${{ matrix.variant.triplet }}-8fba35d954b7ede406a42c06abd70c6470e59b00
52+
cache-key: ${{ matrix.variant.triplet }}-3c49e92d66d8eb4505d7f18d8c461240f55c08b0
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.9.1"
117+
"tag": "2025.9.2"
118118
}
119119
]
120120
},

resources/po/application.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-09-01 18:49-0400\n"
11+
"POT-Creation-Date: 2025-09-01 21:36-0400\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"

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.9.1'
53+
source-tag: '2025.9.2'
5454
source-depth: 1
5555
plugin: cmake
5656
cmake-parameters:

0 commit comments

Comments
 (0)