Merge pull request #279515 from r-ryantm/auto-update/protonup-qt

protonup-qt: 2.8.2 -> 2.9.1
This commit is contained in:
Weijia Wang 2024-01-13 02:59:52 +01:00 committed by GitHub
commit 5eb4947d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
{ appimageTools, fetchurl, lib }:
let
pname = "protonup-qt";
version = "2.8.2";
version = "2.9.1";
src = fetchurl {
url = "https://github.com/DavidoTek/ProtonUp-Qt/releases/download/v${version}/ProtonUp-Qt-${version}-x86_64.AppImage";
hash = "sha256-y7PoYbZBwkohqVEb/vGE0B8TTCtMncZIozABs0KJpL0=";
hash = "sha256-rT+vRYGE62SMBYhCsxYc9gnvKpOkqz0Qkr9QtKQx/Uc=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in