protonup-qt: 2.13.0 -> 2.14.0 (#468410)

This commit is contained in:
dotlambda
2025-12-07 02:57:48 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
appimageTools.wrapAppImage rec {
pname = "protonup-qt";
version = "2.13.0";
version = "2.14.0";
src = appimageTools.extractType2 {
inherit pname version;
src = fetchurl {
url = "https://github.com/DavidoTek/ProtonUp-Qt/releases/download/v${version}/ProtonUp-Qt-${version}-x86_64.AppImage";
hash = "sha256-cyYuLwQqMAx5vMN9efceMNtDqzapNlJKBqWDSAYL2zI=";
hash = "sha256-OdogpqqNZiwKqj2ELfmAw/601iVHMsTqxl5CUjqRQBs=";
};
};