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

protonup-qt: 2.9.1 -> 2.9.2
This commit is contained in:
Nick Cao 2024-04-25 10:15:49 -04:00 committed by GitHub
commit 4d26c27d75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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