protonplus: 0.5.8 -> 0.5.9 (#425112)

This commit is contained in:
Wolfgang Walther 2025-07-14 18:43:49 +00:00 committed by GitHub
commit 9fcd4ec9c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,13 +20,13 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "protonplus"; pname = "protonplus";
version = "0.5.8"; version = "0.5.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Vysp3r"; owner = "Vysp3r";
repo = "protonplus"; repo = "protonplus";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-99RD1M6i/titM0dzyNPZGdWyNAUo7ZBj2QEw/qDl5nM="; hash = "sha256-Ss+9p6mQQNYcY+5gAD1CtM+TpNRC/kVqV8fmfowydBk=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
}; };
meta = { meta = {
mainProgram = "com.vysp3r.ProtonPlus"; mainProgram = "protonplus";
description = "Simple Wine and Proton-based compatibility tools manager"; description = "Simple Wine and Proton-based compatibility tools manager";
homepage = "https://github.com/Vysp3r/ProtonPlus"; homepage = "https://github.com/Vysp3r/ProtonPlus";
changelog = "https://github.com/Vysp3r/ProtonPlus/releases/tag/v${finalAttrs.version}"; changelog = "https://github.com/Vysp3r/ProtonPlus/releases/tag/v${finalAttrs.version}";