Unverified Commit 9fcd4ec9 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

protonplus: 0.5.8 -> 0.5.9 (#425112)

parents d999287f 0ac4a7d0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "protonplus";
  version = "0.5.8";
  version = "0.5.9";

  src = fetchFromGitHub {
    owner = "Vysp3r";
    repo = "protonplus";
    tag = "v${finalAttrs.version}";
    hash = "sha256-99RD1M6i/titM0dzyNPZGdWyNAUo7ZBj2QEw/qDl5nM=";
    hash = "sha256-Ss+9p6mQQNYcY+5gAD1CtM+TpNRC/kVqV8fmfowydBk=";
  };

  nativeBuildInputs = [
@@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
  };

  meta = {
    mainProgram = "com.vysp3r.ProtonPlus";
    mainProgram = "protonplus";
    description = "Simple Wine and Proton-based compatibility tools manager";
    homepage = "https://github.com/Vysp3r/ProtonPlus";
    changelog = "https://github.com/Vysp3r/ProtonPlus/releases/tag/v${finalAttrs.version}";