Merge pull request #218685 from r-ryantm/auto-update/protonup-qt
protonup-qt: 2.7.4 -> 2.7.7
This commit is contained in:
commit
0c5804426e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue