Skip to content

Commit

Permalink
protonup-qt: 2.10.2 -> 2.11.1 (NixOS#371306)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover authored Jan 6, 2025
2 parents bb734e3 + 0594919 commit 19ab97d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/protonup-qt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
}:
let
pname = "protonup-qt";
version = "2.10.2";
version = "2.11.1";
src = fetchurl {
url = "https://github.com/DavidoTek/ProtonUp-Qt/releases/download/v${version}/ProtonUp-Qt-${version}-x86_64.AppImage";
hash = "sha256-WWLAA5FryvqwgEQysnE1w2k9Wq4y7yNJ4Drojg1SKYg=";
hash = "sha256-xHkeAqveXF8YLFvKHTZtSvINIIoiqhNbwVuKfnaHcQI=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in
Expand Down

0 comments on commit 19ab97d

Please sign in to comment.