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

protonup-qt: 2.7.4 -> 2.7.7
This commit is contained in:
Nick Cao 2023-02-28 10:57:26 +08:00 committed by GitHub
commit 0c5804426e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,10 @@
{ appimageTools, fetchurl, lib }: { appimageTools, fetchurl, lib }:
let let
pname = "protonup-qt"; pname = "protonup-qt";
version = "2.7.4"; version = "2.7.7";
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";
sha256 = "yKc+KOQfqciqULnChVLf6y9npoSYM6Fmu7mYGEKmpkA="; sha256 = "sha256-eDi13DYS4Rtj3ouuhRoET1Ctc4D7p50khqXNOSBIvto=";
}; };
appimageContents = appimageTools.extractType2 { inherit pname version src; }; appimageContents = appimageTools.extractType2 { inherit pname version src; };
in in